README.rst edited online with Bitbucket
authorRichard Penman <richardbp@gmail.com>
Mon, 07 Sep 2015 02:20:26 +0000
changeset 61 c391985a797b
parent 60 7801a420f679
child 63 56499470d942
README.rst edited online with Bitbucket
README.rst
--- a/README.rst	Sat Sep 05 23:01:44 2015 +0800
+++ b/README.rst	Mon Sep 07 02:20:26 2015 +0000
@@ -8,6 +8,8 @@
    intermediate web service like many others do.
 -  Works with Python 2.4+ and no external dependencies
 
+
+
 Example
 =======
 
@@ -28,6 +30,8 @@
     expiration_date: 2013-06-26 00:00:00
     ...
 
+
+
 Install
 =======
 
@@ -43,10 +47,36 @@
 
     hg clone https://bitbucket.org/richardpenman/pywhois
 
+
+
+Changelog
+=========
+
+0.5 - 2015-09-05:
+
+* added native client, which now handles whois requests by default
+* added pretty formatting to string representation
+* return None instead of raising KeyError when an attribute does not exist
+* new TLD's: .mobi, .io, .kg, .su, .biz
+
+0.4 - 2015-08-13:
+
+* new TLD's: .de, .nl, .ca, .be
+* migrated to bitbucket
+* added socket timeout
+
+0.3 - 2015-03-31:
+
+* improved datetime parsing with python-dateutil when available
+* base WhoisEntry class inherits from dict
+* fixed TLD's: .org, .info
+
+
+
 Contact
 =======
 
 You can post ideas or patches here:
 https://bitbucket.org/richardpenman/pywhois/issues
 
-Thanks to the many who have sent patches for additional domains!
+Thanks to the many who have sent patches for additional domains!
\ No newline at end of file