Skip to content

Commit b60801b

Browse files
authored
Merge pull request #203 from maxmind/greg/eng-1866
Release 5.1.0
2 parents 4666d3f + 193875c commit b60801b

File tree

4 files changed

+876
-850
lines changed

4 files changed

+876
-850
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
History
55
-------
66

7-
5.1.0
7+
5.1.0 (2025-05-05)
88
++++++++++++++++++
99

1010
* Support for the GeoIP Anonymous Plus database has been added. To do a lookup
1111
in this database, use the ``anonymous_plus`` method on ``Reader``.
12-
12+
* Reorganized module documentation to improve language-server support.
1313

1414
5.0.1 (2025-01-28)
1515
++++++++++++++++++

geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

33
__title__ = "geoip2"
4-
__version__ = "5.0.1"
4+
__version__ = "5.1.0"
55
__author__ = "Gregory Oschwald"
66
__license__ = "Apache License, Version 2.0"
77
__copyright__ = "Copyright (c) 2013-2025 MaxMind, Inc."

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "geoip2"
3-
version = "5.0.1"
3+
version = "5.1.0"
44
description = "MaxMind GeoIP2 API"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},
77
]
88
dependencies = [
99
"aiohttp>=3.6.2,<4.0.0",
10-
"maxminddb>=2.5.1,<3.0.0",
10+
"maxminddb>=2.7.0,<3.0.0",
1111
"requests>=2.24.0,<3.0.0",
1212
]
1313
requires-python = ">=3.9"

0 commit comments

Comments
 (0)