]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
prep 1.3.1
authorBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:22:47 +0000 (05:22 +0000)
committerBob Halley <halley@dnspython.org>
Fri, 2 Sep 2005 05:22:47 +0000 (05:22 +0000)
Original author: Bob Halley <halley@dnspython.org>
Date: 2004-06-06 20:36:12

ChangeLog
README
dns/version.py
setup.py

index 241509bb1382990baf42ca4fe054417b778f6b18..7fcdc44023b7afb309757257493e1cf0b1a42f72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-06  Bob Halley  <halley@dnspython.org>
+
+       * (Version 1.3.1 released)
+
 2004-05-22  Bob Halley  <halley@dnspython.org>
 
        * dns/update.py (Update.delete): We erroneously specified a
diff --git a/README b/README
index 6825abba724823a8140a98f3370cdda81f596019..b8273ae5d27270e9f23e00203274af1c84c1646b 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.0.
+This is dnspython 1.3.1.
+
+New since 1.3.0:
+
+       Added support for the SSHFP type.
 
 New since 1.2.0:
 
index 1141b1be87e11d02d146a52b530c5961de2af6cb..f27cf4a99749bfaea0198d190e53daecea38c939 100644 (file)
@@ -19,7 +19,7 @@
 
 MAJOR = 1
 MINOR = 3
-MICRO = 0
+MICRO = 1
 RELEASELEVEL = 0x0f
 SERIAL = 0
 
index 9432c7e090659b328564196a75a41c13ca89af57..170ab84c30aa22ee14e0464b1acba3d6a29d3faa 100755 (executable)
--- 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