# HG changeset patch # User Richard Penman # Date 1465979901 -3600 # Node ID b5699d9507125fe91c18aeb8b2949ca68934e2e6 # Parent 3202436d89d0e0a03b93fca8e9db1f0826f80237 fixed readme date issue #92 diff -r 3202436d89d0 -r b5699d950712 README.rst --- a/README.rst Thu Jun 02 14:05:21 2016 -0700 +++ b/README.rst Wed Jun 15 09:38:21 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 3202436d89d0 -r b5699d950712 setup.py --- a/setup.py Thu Jun 02 14:05:21 2016 -0700 +++ b/setup.py Wed Jun 15 09:38:21 2016 +0100 @@ -1,7 +1,7 @@ import sys, os import setuptools -version = '0.6.1' +version = '0.6.2' setuptools.setup( name='python-whois',