fixed readme date issue #92
authorRichard Penman
Wed, 15 Jun 2016 09:38:21 +0100
changeset 100 b5699d950712
parent 98 3202436d89d0
child 101 e804426aad35
fixed readme date issue #92
README.rst
setup.py
--- 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!
--- 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',