]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
inc version
authorBob Halley <halley@dnspython.org>
Wed, 1 Jun 2016 13:16:51 +0000 (06:16 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 1 Jun 2016 13:16:51 +0000 (06:16 -0700)
dns/version.py
setup.py

index 3d97f6967fae0740b91be57c18db8a8fcd80d1b6..9e8dbb1b0ebf985b2e4a34a956294c5e41a70c2f 100644 (file)
@@ -16,7 +16,7 @@
 """dnspython release version information."""
 
 MAJOR = 1
-MINOR = 14
+MINOR = 15
 MICRO = 0
 RELEASELEVEL = 0x0f
 SERIAL = 0
index 08f7bdc7c8319c2f2ae61804b07920eb961efaf4..323a57914a5992759fcaf43bc5099839ef4bf9ae 100755 (executable)
--- 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',