summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:22:47 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:22:47 +0000
commit34e82bc1bdc942ff6d8648b4ea50335ce5c59a0e (patch)
treeca5da7cd4f0d0aaadca22605486945f55e52f6eb
parent726a5ded5a0b3cdc24fcf01738d34628d8d1f5fa (diff)
downloaddnspython-34e82bc1bdc942ff6d8648b4ea50335ce5c59a0e.tar.gz
prep 1.3.1
Original author: Bob Halley <halley@dnspython.org> Date: 2004-06-06 20:36:12
-rw-r--r--ChangeLog4
-rw-r--r--README6
-rw-r--r--dns/version.py2
-rwxr-xr-xsetup.py2
4 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 241509b..7fcdc44 100644
--- 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 6825abb..b8273ae 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 1141b1b..f27cf4a 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 9432c7e..170ab84 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