Inc version
authorBob Halley <halley@nominum.com>
Tue, 23 Jun 2009 17:23:19 +0000 (18:23 +0100)
committerBob Halley <halley@nominum.com>
Tue, 23 Jun 2009 17:23:19 +0000 (18:23 +0100)
dns/version.py
setup.py

index d1431324091221c0ac4790808cc8e98dffe24101..f7e9220f94d95825c237ed89ccb0c832ce56a224 100644 (file)
@@ -17,7 +17,7 @@
 
 MAJOR = 1
 MINOR = 7
-MICRO = 1
+MICRO = 2
 RELEASELEVEL = 0x0f
 SERIAL = 0
 
index be090b41655e7deaa019d4333fd75f44ed5fba6a..9ba2362cefa6a77a0b46a69bef21dc2ca9df141e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.7.1'
+version = '1.7.2'
 
 kwargs = {
     'name' : 'dnspython',