]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update for 1.7.1 v1.7.1
authorBob Halley <halley@nominum.com>
Fri, 19 Jun 2009 15:08:10 +0000 (16:08 +0100)
committerBob Halley <halley@nominum.com>
Fri, 19 Jun 2009 15:08:10 +0000 (16:08 +0100)
setup.py

index d5f55cf26cdec846e362a8ec7293a7245ab76f22..be090b41655e7deaa019d4333fd75f44ed5fba6a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.7.0'
+version = '1.7.1'
 
 kwargs = {
     'name' : 'dnspython',