# HG changeset patch # User Richard Penman # Date 1465979945 -3600 # Node ID e804426aad350c6a496afcf94da7f578027de6d1 # Parent b5699d9507125fe91c18aeb8b2949ca68934e2e6# Parent 67b90bfc59c71b9cd0ff5bed63682b98faa6005c merged diff -r 67b90bfc59c7 -r e804426aad35 README.rst --- a/README.rst Sat Jun 04 07:27:34 2016 +0300 +++ b/README.rst Wed Jun 15 09:39:05 2016 +0100 @@ -60,7 +60,7 @@ Changelog ========= -0.6 - 2015-03-02: +0.6 - 2016-03-02: * support added for python 3 * updated TLD list @@ -92,4 +92,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 67b90bfc59c7 -r e804426aad35 setup.py --- a/setup.py Sat Jun 04 07:27:34 2016 +0300 +++ b/setup.py Wed Jun 15 09:39:05 2016 +0100 @@ -1,7 +1,7 @@ import sys, os import setuptools -version = '0.6.1' +version = '0.6.2' setuptools.setup( name='python-whois',