Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 26 additions & 14 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
2.2.0 2019-12-04
* Reduced File I/O.

2.1.0 2019-07-03
* Added support for 6to4 and Teredo.

2.0.0 2019-05-16
* Added supports for PX5-PX8 database.

1.0.1 2016-12-16
* Changed variable to match standard.

1.0.0 2016-12-15
* Initial release
3.1.2 2019-08-13
* Updated version number to latest.

3.1.1 2019-08-11
* Removed unwanted file.

3.1.0 2020-08-11
* Fixed bug.

3.0.0 2020-07-24
* Added support for 6to4 and Teredo.

2.2.0 2019-12-04
* Reduce File I/O.

2.1.0 2019-07-03
* Added support for 6to4 and Teredo.

2.0.0 2019-05-16
* Added supports for PX5-PX8 database.

1.0.1 2016-12-16
* Changed variable to match standard.

1.0.0 2016-12-15
* Initial release
2 changes: 1 addition & 1 deletion IP2Proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def inet_pton(t, addr):
return out_addr_p.raw
socket.inet_pton = inet_pton

_VERSION = '3.1.0'
_VERSION = '3.1.2'
_NO_IP = 'MISSING IP ADDRESS'
_FIELD_NOT_SUPPORTED = 'NOT SUPPORTED'
_INVALID_IP_ADDRESS = 'INVALID IP ADDRESS'
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: IP2Proxy
Version: 3.1.0
Version: 3.1.2
Summary: Python API for IP2Proxy database
Home-page: http://www.ip2location.com
Author: IP2Location
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="IP2Proxy",
version="3.1.0",
version="3.1.2",
author="IP2Location",
author_email="support@ip2location.com",
description="Python API for IP2Proxy database. It can be used to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.",
Expand Down