]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
the next version will be 1.10.0
authorBob Halley <halley@nominum.com>
Wed, 13 Jul 2011 19:57:36 +0000 (12:57 -0700)
committerBob Halley <halley@nominum.com>
Wed, 13 Jul 2011 19:57:36 +0000 (12:57 -0700)
README
dns/version.py
setup.py

diff --git a/README b/README
index ae201dc1330d133c427b99becce991f8ab9d507b..367e7a2b76e8bd3e467f64feb1286780d3efee39 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ development by continuing to employ the author :).
 
 ABOUT THIS RELEASE
 
-This is dnspython 1.9.5
+This is dnspython 1.10.0
 
 New since 1.9.4:
 
index 6539cfcf6def3b720f7f980c3561b5683e38bec9..7de430b638aeaf8ba72f4c3e2a6f823dbd8c7b91 100644 (file)
@@ -16,8 +16,8 @@
 """dnspython release version information."""
 
 MAJOR = 1
-MINOR = 9
-MICRO = 5
+MINOR = 10
+MICRO = 0
 RELEASELEVEL = 0x0f
 SERIAL = 0
 
index e945a2c2030e6dedc43c38f57136123a700a3b6e..276cd069f9463e0904bdaabd2fbb3f240e46088b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.9.5'
+version = '1.10.0'
 
 kwargs = {
     'name' : 'dnspython3',