From: Bob Halley Date: Wed, 1 Jun 2016 13:16:51 +0000 (-0700) Subject: inc version X-Git-Tag: v1.15.0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc7ba03ffec7e79e086d05e0cf857ba6c160649;p=thirdparty%2Fdnspython.git inc version --- diff --git a/dns/version.py b/dns/version.py index 3d97f696..9e8dbb1b 100644 --- a/dns/version.py +++ b/dns/version.py @@ -16,7 +16,7 @@ """dnspython release version information.""" MAJOR = 1 -MINOR = 14 +MINOR = 15 MICRO = 0 RELEASELEVEL = 0x0f SERIAL = 0 diff --git a/setup.py b/setup.py index 08f7bdc7..323a5791 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import sys from setuptools import setup -version = '1.14.0' +version = '1.15.0' kwargs = { 'name' : 'dnspython',