]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
2.0.0rc2 versioning
authorBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 15:05:58 +0000 (08:05 -0700)
committerBob Halley <halley@play-bow.org>
Wed, 1 Jul 2020 15:05:58 +0000 (08:05 -0700)
README.md
dns/version.py
pyproject.toml
setup.py

index 1fae17b4c29edc7f300c2b02772b04651b8c8bb6..8cb42999cefb17f0c715653b5699ca36ba796325 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ to facilitate the testing of DNS software.
 
 ## ABOUT THIS RELEASE
 
-This is the dnspython 2.0.0 development branch.
+This is dnspython 2.0.0rc2.
 Please read
 [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for
 information about the changes in this release.
index d8973956fbf6476332748f01d20abb914aaf091b..dcdbbe062f36088a9e0b095f9bc2d4863a4771df 100644 (file)
@@ -24,7 +24,7 @@ MINOR = 0
 #: MICRO
 MICRO = 0
 #: RELEASELEVEL
-RELEASELEVEL = 0x00
+RELEASELEVEL = 0x0c
 #: SERIAL
 SERIAL = 2
 
index 21ca00117d04f05c99541e08dabc2418eacec3d8..970d92fa09ba820b82266e30ca772537da125c3a 100644 (file)
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "dnspython"
-version = "2.0.0dev2"
+version = "2.0.0rc2"
 description = "DNS toolkit"
 authors = ["Bob Halley <halley@dnspython.org>"]
 license = "ISC"
index 3451d9e16b97cdbe37caf75e1aa429c711dc9646..a375211118aca5a703435a6ae27ed473408b5b2b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
 import sys
 from setuptools import setup
 
-version = '2.0.0dev2'
+version = '2.0.0rc2'
 
 try:
     sys.argv.remove("--cython-compile")