summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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