merged
authorRichard Penman
Wed, 15 Jun 2016 09:39:05 +0100
changeset 101 e804426aad35
parent 100 b5699d950712 (diff)
parent 99 67b90bfc59c7 (current diff)
child 102 e8cb8d1367c0
merged
--- 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',