summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-09-30 15:30:41 -0700
committerBob Halley <halley@dnspython.org>2016-09-30 15:30:41 -0700
commit86475f335b7d371ab494be6c855bf32a3b226e1b (patch)
tree6568e7e9219afa25f28df72525f72bd09578486b
parent8d4438d5e9a07c6b457100cf74939f49339aa246 (diff)
downloaddnspython-86475f335b7d371ab494be6c855bf32a3b226e1b.tar.gz
update to 1.15.0python3
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e214009..176c171 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from setuptools import setup
import sys
-version = '1.14.0'
+version = '1.15.0'
print("="*78+"""
\033[0;31mdnspython3 is now superseded by the regular dnspython kit, which
now supports Python 2 and Python 3. Installing dnspython as a dependency.\033[0;0m