From b2a2d96ebc334adb2d81efaa54e98d83406927bf Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 13 Jul 2011 12:57:36 -0700 Subject: [PATCH] the next version will be 1.10.0 --- README | 2 +- dns/version.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index ae201dc1..367e7a2b 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ development by continuing to employ the author :). ABOUT THIS RELEASE -This is dnspython 1.9.5 +This is dnspython 1.10.0 New since 1.9.4: diff --git a/dns/version.py b/dns/version.py index 6539cfcf..7de430b6 100644 --- a/dns/version.py +++ b/dns/version.py @@ -16,8 +16,8 @@ """dnspython release version information.""" MAJOR = 1 -MINOR = 9 -MICRO = 5 +MINOR = 10 +MICRO = 0 RELEASELEVEL = 0x0f SERIAL = 0 diff --git a/setup.py b/setup.py index e945a2c2..276cd069 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.9.5' +version = '1.10.0' kwargs = { 'name' : 'dnspython3', -- 2.47.3