Skip to content

Commit

Permalink
Merge pull request #5 from ip2location/3.1.2
Browse files Browse the repository at this point in the history
3.1.2
  • Loading branch information
ip2location authored Aug 13, 2020
2 parents d67358d + 9ec3670 commit 7d4ea2c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
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 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

0 comments on commit 7d4ea2c

Please sign in to comment.