]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update versions for 2.1.0rc1
authorBob Halley <halley@dnspython.org>
Fri, 30 Oct 2020 16:20:23 +0000 (09:20 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 30 Oct 2020 16:20:23 +0000 (09:20 -0700)
dns/version.py
doc/whatsnew.rst
pyproject.toml
setup.py

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