Preparing for v1.6.4

General improvements and fixes
This commit is contained in:
Babak Farrokhi 2018-04-03 17:01:50 +04:30
parent a0c26242ec
commit 25c243efa1
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A
4 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ import dns.resolver
__author__ = 'Babak Farrokhi (babak@farrokhi.net)' __author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD' __license__ = 'BSD'
__version__ = "1.6.3" __version__ = "1.6.4"
__progname__ = os.path.basename(sys.argv[0]) __progname__ = os.path.basename(sys.argv[0])
shutdown = False shutdown = False

View File

@ -40,7 +40,7 @@ import dns.resolver
__author__ = 'Babak Farrokhi (babak@farrokhi.net)' __author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD' __license__ = 'BSD'
__version__ = "1.6.3" __version__ = "1.6.4"
__progname__ = os.path.basename(sys.argv[0]) __progname__ = os.path.basename(sys.argv[0])
shutdown = False shutdown = False

View File

@ -44,7 +44,7 @@ import cymruwhois
# Global Variables # Global Variables
__author__ = 'Babak Farrokhi (babak@farrokhi.net)' __author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD' __license__ = 'BSD'
__version__ = "1.6.3" __version__ = "1.6.4"
_ttl = None _ttl = None
quiet = False quiet = False
whois_cache = {} whois_cache = {}

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="dnsdiag", name="dnsdiag",
version="1.6.3", version="1.6.4",
packages=find_packages(), packages=find_packages(),
scripts=["dnseval.py", "dnsping.py", "dnstraceroute.py"], scripts=["dnseval.py", "dnsping.py", "dnstraceroute.py"],
install_requires=['dnspython>=1.15.0', 'cymruwhois>=1.6'], install_requires=['dnspython>=1.15.0', 'cymruwhois>=1.6'],