Skip to content

Commit 51d48ff

Browse files
authored
Merge pull request #224 from maxmind/greg/eng-2573
Release 2.8.0
2 parents 8afdc56 + 9331617 commit 51d48ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
2.8.0
6+
2.8.0 (2025-07-25)
77
++++++++++++++++++
88

99
* Python 3.14 is now officially supported, including binary wheels.

maxminddb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def open_database(
8888

8989

9090
__title__ = "maxminddb"
91-
__version__ = "2.7.0"
91+
__version__ = "2.8.0"
9292
__author__ = "Gregory Oschwald"
9393
__license__ = "Apache License, Version 2.0"
9494
__copyright__ = "Copyright 2013-2025 MaxMind, Inc."

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "maxminddb"
3-
version = "2.7.0"
3+
version = "2.8.0"
44
description = "Reader for the MaxMind DB format"
55
authors = [
66
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},

0 commit comments

Comments
 (0)