updated log and version
authorRichard Penman
Wed, 02 Mar 2016 10:31:17 +0000
changeset 77 df9f497129e8
parent 75 81859268375c
child 78 9f5fac50355a
updated log and version
README.rst
setup.py
--- a/README.rst	Wed Mar 02 10:19:53 2016 +0000
+++ b/README.rst	Wed Mar 02 10:31:17 2016 +0000
@@ -52,6 +52,11 @@
 Changelog
 =========
 
+0.6 - 2015-03-02:
+
+* support added for python 3
+* updated TLD list
+
 0.5 - 2015-09-05:
 
 * added native client, which now handles whois requests by default
@@ -79,4 +84,4 @@
 You can post ideas or patches here:
 https://bitbucket.org/richardpenman/pywhois/issues
 
-Thanks to the many who have sent patches for additional domains!
\ No newline at end of file
+Thanks to the many who have sent patches for additional domains!
--- a/setup.py	Wed Mar 02 10:19:53 2016 +0000
+++ b/setup.py	Wed Mar 02 10:31:17 2016 +0000
@@ -1,7 +1,7 @@
 import sys, os
 import setuptools
 
-version = '0.5.1'
+version = '0.6'
 
 setuptools.setup(
     name='python-whois',