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