Preparing for v1.6.4
General improvements and fixes
This commit is contained in:
parent
a0c26242ec
commit
25c243efa1
@ -42,7 +42,7 @@ import dns.resolver
|
||||
|
||||
__author__ = 'Babak Farrokhi (babak@farrokhi.net)'
|
||||
__license__ = 'BSD'
|
||||
__version__ = "1.6.3"
|
||||
__version__ = "1.6.4"
|
||||
__progname__ = os.path.basename(sys.argv[0])
|
||||
shutdown = False
|
||||
|
||||
|
@ -40,7 +40,7 @@ import dns.resolver
|
||||
|
||||
__author__ = 'Babak Farrokhi (babak@farrokhi.net)'
|
||||
__license__ = 'BSD'
|
||||
__version__ = "1.6.3"
|
||||
__version__ = "1.6.4"
|
||||
__progname__ = os.path.basename(sys.argv[0])
|
||||
shutdown = False
|
||||
|
||||
|
@ -44,7 +44,7 @@ import cymruwhois
|
||||
# Global Variables
|
||||
__author__ = 'Babak Farrokhi (babak@farrokhi.net)'
|
||||
__license__ = 'BSD'
|
||||
__version__ = "1.6.3"
|
||||
__version__ = "1.6.4"
|
||||
_ttl = None
|
||||
quiet = False
|
||||
whois_cache = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user