Skip to content

Commit 1f77606

Browse files
committed
Update documentation
Tested with CPython and PyPy
1 parent 7d8ffd5 commit 1f77606

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
8.10.4 2024-10-04
2+
* Tested with CPython and PyPy.
3+
4+
8.10.3 2024-09-27
5+
* Tested with Python 3.12.
6+
17
8.10.0 2023-04-19
28
* Added support for district, ASN and AS.
39

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: IP2Location
3-
Version: 8.10.0
3+
Version: 8.10.4
44
Summary: Python API for IP2Location database
55
Home-page: http://www.ip2location.com
66
Author: IP2Location

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IP2Location 8.10.3
1+
# IP2Location 8.10.4
22

33
![PyPI](https://img.shields.io/pypi/v/IP2Location)
44
![PyPI - Downloads](https://img.shields.io/pypi/dm/IP2Location)
-13.9 KB
Binary file not shown.

dist/IP2Location-8.10.2.tar.gz

-13.5 KB
Binary file not shown.

setup.py

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

66
setuptools.setup(
77
name="IP2Location",
8-
version="8.10.3",
8+
version="8.10.4",
99
author="IP2Location",
1010
author_email="[email protected]",
1111
description="This is an IP geolocation library that enables the user to find the country, region, city, latitude and longitude, ZIP code, time zone, ISP, domain name, area code, weather info, mobile info, elevation, usage type, address type and IAB category from an IP address. It supports both IPv4 and IPv6 lookup.",
@@ -26,6 +26,8 @@
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: Implementation :: CPython",
30+
"Programming Language :: Python :: Implementation :: PyPy",
2931
"License :: OSI Approved :: MIT License",
3032
"Operating System :: OS Independent",
3133
],

0 commit comments

Comments
 (0)