From: Bob Halley Date: Mon, 25 Sep 2006 02:37:34 +0000 (+0000) Subject: prep 1.5 X-Git-Tag: v1.5.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a47c22763ab4b43aa5dbd3cadcbdc223ee5a48f;p=thirdparty%2Fdnspython.git prep 1.5 --- diff --git a/dns/version.py b/dns/version.py index 683f6ebc..fc4b21ff 100644 --- a/dns/version.py +++ b/dns/version.py @@ -16,7 +16,7 @@ """dnspython release version information.""" MAJOR = 1 -MINOR = 4 +MINOR = 5 MICRO = 0 RELEASELEVEL = 0x0f SERIAL = 0 diff --git a/setup.py b/setup.py index 54c1b8b8..10599ea4 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup setup( name = "dnspython", - version = "1.4.0", + version = "1.5.0", description = "DNS toolkit", long_description = \ """dnspython is a DNS toolkit for Python. It supports almost all