]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
prep for 1.8.0 v1.8.0
authorBob Halley <halley@nominum.com>
Tue, 26 Jan 2010 00:35:05 +0000 (16:35 -0800)
committerBob Halley <halley@nominum.com>
Tue, 26 Jan 2010 00:35:05 +0000 (16:35 -0800)
setup.py

index 2700869bec80014f4ac2a728375ccbea58b729ae..12fd2f1dc661e95f36f6d86d506db374175c56da 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 import sys
 from distutils.core import setup
 
-version = '1.7.2'
+version = '1.8.0'
 
 kwargs = {
     'name' : 'dnspython',