]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update version to 1.7.0
authorBob Halley <halley@nominum.com>
Sun, 12 Apr 2009 00:35:57 +0000 (01:35 +0100)
committerBob Halley <halley@nominum.com>
Sun, 12 Apr 2009 00:35:57 +0000 (01:35 +0100)
README
dns/version.py
setup.py

diff --git a/README b/README
index 196ed11cf33e8fb9a55070e462abd9d4e447932f..d68954d550e716285db4abe0469114f618ce8ad0 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,13 @@ development by continuing to employ the author :).
 
 ABOUT THIS RELEASE
 
-This is dnspython 1.6.0.
+This is dnspython 1.7.0.
+
+New since 1.6.0:
+       TBS
+
+Bugs fixed since 1.6.0:
+       TBS
 
 New since 1.5.0:
        Added dns.inet.is_multicast().
index 94952bb7f530833b3eb236c228deda18621cb69d..079ad892395a0844454362d0334ded67480ca652 100644 (file)
@@ -16,7 +16,7 @@
 """dnspython release version information."""
 
 MAJOR = 1
-MINOR = 6
+MINOR = 7
 MICRO = 0
 RELEASELEVEL = 0x0f
 SERIAL = 0
index 84f0722a2e2a490e6f93f2abe9ede83a7462a1eb..2f1817a29c11fa61872fb7aee9a1559440790968 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.6.0'
+version = '1.7.0'
 
 kwargs = {
     'name' : 'dnspython',