diff options
| author | Bob Halley <halley@dnspython.org> | 2005-09-02 05:23:22 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2005-09-02 05:23:22 +0000 |
| commit | eb780473bcef6052ef937ab66fc2cd2f4faeb154 (patch) | |
| tree | 9c56361b4c851bb1ad8c1c0889fc2cde7151d2ac | |
| parent | d33a7f336c7637f5f6b86e8be8463e180d5a729f (diff) | |
| download | dnspython-eb780473bcef6052ef937ab66fc2cd2f4faeb154.tar.gz | |
inc version number
Original author: Bob Halley <halley@dnspython.org>
Date: 2004-08-07 18:55:46
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | README | 6 | ||||
| -rw-r--r-- | dns/version.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
4 files changed, 11 insertions, 3 deletions
@@ -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 @@ -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 751d5b3..790f17c 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 @@ -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 |
