From: Bob Halley Date: Fri, 2 Sep 2005 05:23:22 +0000 (+0000) Subject: inc version number X-Git-Tag: v1.3.4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb780473bcef6052ef937ab66fc2cd2f4faeb154;p=thirdparty%2Fdnspython.git inc version number Original author: Bob Halley Date: 2004-08-07 18:55:46 --- diff --git a/ChangeLog b/ChangeLog index ea213482..72bbda3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-07 Bob Halley + + * (Version 1.3.2 released) + 2004-08-04 Bob Halley * dns/query.py: sending queries to a nameserver via IPv6 now diff --git a/README b/README index 691fac9c..4446259e 100644 --- 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: diff --git a/dns/version.py b/dns/version.py index 751d5b31..790f17cd 100644 --- a/dns/version.py +++ b/dns/version.py @@ -17,7 +17,7 @@ MAJOR = 1 MINOR = 3 -MICRO = 2 +MICRO = 3 RELEASELEVEL = 0x0f SERIAL = 0 diff --git a/setup.py b/setup.py index 40798ee6..22bd6d38 100755 --- 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