Skip to content

Commit ac944dc

Browse files
committed
Tested with Python 3.13.
1 parent 9c38f23 commit ac944dc

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.5.1 2025-02-21
2+
* Tested with Python 3.13.
3+
14
3.5.0 2025-02-18
25
* Added new field "fraud_score" to support PX12 database.
36

IP2Proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def inet_pton(t, addr):
8585
return out_addr_p.raw
8686
socket.inet_pton = inet_pton
8787

88-
_VERSION = '3.5.0'
88+
_VERSION = '3.5.1'
8989
_NO_IP = 'MISSING IP ADDRESS'
9090
_FIELD_NOT_SUPPORTED = 'NOT SUPPORTED'
9191
_INVALID_IP_ADDRESS = 'INVALID IP ADDRESS'

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: IP2Proxy
3-
Version: 3.5.0
3+
Version: 3.5.1
44
Summary: Python API for IP2Proxy database
55
Home-page: http://www.ip2location.com
66
Author: IP2Location

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="IP2Proxy",
8-
version="3.5.0",
8+
version="3.5.1",
99
author="IP2Location",
1010
author_email="support@ip2location.com",
1111
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.",
@@ -28,6 +28,7 @@
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
3132
"Programming Language :: Python :: Implementation :: CPython",
3233
"Programming Language :: Python :: Implementation :: PyPy",
3334
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)