diff options
| author | Bob Halley <halley@nominum.com> | 2011-07-13 12:57:36 -0700 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-07-13 12:57:36 -0700 |
| commit | b2a2d96ebc334adb2d81efaa54e98d83406927bf (patch) | |
| tree | a92ecd2d3723555667041c08e3b7e9c92acdb864 | |
| parent | 9aa541f1307d80d6ff7137ed11e5882bee754488 (diff) | |
| download | dnspython-b2a2d96ebc334adb2d81efaa54e98d83406927bf.tar.gz | |
the next version will be 1.10.0
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | dns/version.py | 4 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 6539cfc..7de430b 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 @@ -18,7 +18,7 @@ import sys from distutils.core import setup -version = '1.9.5' +version = '1.10.0' kwargs = { 'name' : 'dnspython3', |
