From 86475f335b7d371ab494be6c855bf32a3b226e1b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 30 Sep 2016 15:30:41 -0700 Subject: [PATCH] update to 1.15.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2140092..176c1713 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 -- 2.47.3