]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
inc version number
authorBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:23:22 +0000 (05:23 +0000)
committerBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:23:22 +0000 (05:23 +0000)
Original author: Bob Halley <halley@dnspython.org>
Date: 2004-08-07 18:55:46

ChangeLog
README
dns/version.py
setup.py

index ea213482fba3c05b209e40b71687a28e14f3202a..72bbda3a2c403f992b66f95dd244eac55e5e9ff9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-07  Bob Halley  <halley@dnspython.org>
+
+       * (Version 1.3.2 released)
+
 2004-08-04  Bob Halley  <halley@nominum.com>
 
        * dns/query.py: sending queries to a nameserver via IPv6 now
diff --git a/README b/README
index 691fac9c916147c10f8d886b0a0bfb316c5038f9..4446259e5e0c96bd53af3954cbea33f7769339aa 100644 (file)
--- a/README
+++ b/README
@@ -22,7 +22,11 @@ development by continuing to employ the author :).
 
 ABOUT THIS RELEASE
 
-This is dnspython 1.3.2.
+This is dnspython 1.3.3.
+
+New since 1.3.2:
+
+       XXX TBS XXX
 
 New since 1.3.1:
 
index 751d5b31d84ba223dc486d87d1285c7d51825680..790f17cd22c07588b449dffb4be1c484f5f6dfc7 100644 (file)
@@ -17,7 +17,7 @@
 
 MAJOR = 1
 MINOR = 3
-MICRO = 2
+MICRO = 3
 RELEASELEVEL = 0x0f
 SERIAL = 0
 
index 40798ee64c15e4cb1a127ddbec69a2e810d88f02..22bd6d38900adca7230ef27a9fd7373abcb7b99a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup
 
 setup(
     name = "dnspython",
-    version = "1.3.2",
+    version = "1.3.3",
     description = "DNS toolkit",
     long_description = \
     """dnspython is a DNS toolkit for Python. It supports almost all