- Fixed LACNIC lookup_rws() queries, since they switched to RDAP. This is temporary to get it working until the major library transition to RDAP and new parsed formatting is complete.
0.10.2
-------------------
- Fixed APNIC parsing for updated field. - Fixed datetime parsing and validation when Zulu (Z) is appended. - Added RIPE parsing for created and updated fields (whois and RWS). - Removed unnecessary parentheses in IPWhois class declaration. - Some documentation and comment tweaking to work with Sphinx. - Minor PEP 8 tweaks.
0.10.1
-------------------
- Fixed setup.py bug.
0.10.0
-------------------
- Added .csv support for country code source. You can no longer download country code information from iso.org. - Added support for IPv4Address or IPv6Address as the address arg in IPWhois. - Fixed file open encoding bug. Moved from open to io.open. - Fixed parameter in IPWhois ip defined checks. - Fixed TestIPWhois.test_ip_invalid() assertions.