# HG changeset patch # User Richard Penman # Date 1456914677 0 # Node ID df9f497129e8434c953fd7e4a4e60c5006d86b6e # Parent 81859268375c49cd59229d42a6e125f5783e8f93 updated log and version diff -r 81859268375c -r df9f497129e8 README.rst --- 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! diff -r 81859268375c -r df9f497129e8 setup.py --- 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',