]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Set 2.1.0 version.
authorBob Halley <halley@dnspython.org>
Thu, 7 Jan 2021 12:24:33 +0000 (04:24 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 7 Jan 2021 12:24:33 +0000 (04:24 -0800)
dns/version.py
doc/whatsnew.rst
pyproject.toml
setup.py

index 4bae41dfdd99e34a235b588376d837400ebb52e0..b371b73da280fe3983e4fa00b48217ccc2f202f7 100644 (file)
@@ -24,9 +24,9 @@ MINOR = 1
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
-RELEASELEVEL = 0x0c
+RELEASELEVEL = 0x0f
 #: SERIAL
-SERIAL = 1
+SERIAL = 0
 
 if RELEASELEVEL == 0x0f:  # pragma: no cover
     #: version
index d6b260bc848b51fbdfd62408b6ccbd12d820b330..0bdb860ee2ca0a55aaf6e0741b83230ce52cf85f 100644 (file)
@@ -3,7 +3,7 @@
 What's New in dnspython
 =======================
 
-2.1.0rc1
+2.1.0
 ----------------------
 
 * End-of-line comments are now associated with rdata when read from text.
index ed2d9c1fa1ed813ac0d0760a3ff2894c6f159288..11f1c63916fc63d48f5ae6dca4a90648c2dfc2d2 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.1.0rc1"
+version = "2.1.0"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index 5df5f257f7acc45f6cc3ec00124d86bfcaae1794..31d70e1853226d6113435e1e8564ef2195c944dc 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
 import sys
 from setuptools import setup
 
-version = '2.1.0rc1'
+version = '2.1.0'
 
 try:
     sys.argv.remove("--cython-compile")