From: Bob Halley Date: Fri, 2 Sep 2005 05:22:47 +0000 (+0000) Subject: prep 1.3.1 X-Git-Tag: v1.3.4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e82bc1bdc942ff6d8648b4ea50335ce5c59a0e;p=thirdparty%2Fdnspython.git prep 1.3.1 Original author: Bob Halley Date: 2004-06-06 20:36:12 --- diff --git a/ChangeLog b/ChangeLog index 241509bb..7fcdc440 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-06 Bob Halley + + * (Version 1.3.1 released) + 2004-05-22 Bob Halley * dns/update.py (Update.delete): We erroneously specified a diff --git a/README b/README index 6825abba..b8273ae5 100644 --- a/README +++ b/README @@ -22,7 +22,11 @@ development by continuing to employ the author :). ABOUT THIS RELEASE -This is dnspython 1.3.0. +This is dnspython 1.3.1. + +New since 1.3.0: + + Added support for the SSHFP type. New since 1.2.0: diff --git a/dns/version.py b/dns/version.py index 1141b1be..f27cf4a9 100644 --- a/dns/version.py +++ b/dns/version.py @@ -19,7 +19,7 @@ MAJOR = 1 MINOR = 3 -MICRO = 0 +MICRO = 1 RELEASELEVEL = 0x0f SERIAL = 0 diff --git a/setup.py b/setup.py index 9432c7e0..170ab84c 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from distutils.core import setup setup( name = "dnspython", - version = "1.3.0", + version = "1.3.1", description = "DNS toolkit", long_description = \ """dnspython is a DNS toolkit for Python. It supports almost all