--- 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',