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 ea21348..72bbda3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/README b/README
index 691fac9..4446259 100644
--- a/README
+++ b/README
@@ -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
diff --git a/setup.py b/setup.py
index 40798ee..22bd6d3 100755
--- a/setup.py
+++ b/setup.py
@@ -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