]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
prep 1.5
authorBob Halley <halley@dnspython.org>
Mon, 25 Sep 2006 02:37:34 +0000 (02:37 +0000)
committerBob Halley <halley@dnspython.org>
Mon, 25 Sep 2006 02:37:34 +0000 (02:37 +0000)
dns/version.py
setup.py

index 683f6ebcc68de847b03fafdf5d8cf970457e4e25..fc4b21ff2cfd947121b3ba87315b66347517e7a2 100644 (file)
@@ -16,7 +16,7 @@
 """dnspython release version information."""
 
 MAJOR = 1
-MINOR = 4
+MINOR = 5
 MICRO = 0
 RELEASELEVEL = 0x0f
 SERIAL = 0
index 54c1b8b834a624448e3f6c4cd42abbffd2cff821..10599ea431cc69c025b11d8a7676f4c495d2fe88 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup
 
 setup(
     name = "dnspython",
-    version = "1.4.0",
+    version = "1.5.0",
     description = "DNS toolkit",
     long_description = \
     """dnspython is a DNS toolkit for Python. It supports almost all