Skip to content

Commit 93e4f0a

Browse files
authored
Merge pull request #200 from maxmind/greg/eng-1855
Release 2.7.0
2 parents e6e8398 + 908d537 commit 93e4f0a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
2.7.0
6+
2.7.0 (2025-05-05)
77
++++++++++++++++++
88

99
* IMPORTANT: Python 3.9 or greater is required. If you are using an older

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subnets (IPv4 or IPv6).
1414
Installation
1515
------------
1616

17-
To install ``maxminddb```, type:
17+
To install ``maxminddb``, type:
1818

1919
.. code-block:: bash
2020

maxminddb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def open_database(
8484

8585

8686
__title__ = "maxminddb"
87-
__version__ = "2.6.3"
87+
__version__ = "2.7.0"
8888
__author__ = "Gregory Oschwald"
8989
__license__ = "Apache License, Version 2.0"
9090
__copyright__ = "Copyright 2013-2025 MaxMind, Inc."

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maxminddb"
3-
version = "2.6.3"
3+
version = "2.7.0"
44
description = "Reader for the MaxMind DB format"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)