From 71b2ae935888aeb90f0249f86421f7982420db3b Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 25 Jul 2025 08:36:57 -0700 Subject: [PATCH 1/2] Add release date --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6a7ec641..3001924c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -2.8.0 +2.8.0 (2025-07-25) ++++++++++++++++++ * Python 3.14 is now officially supported, including binary wheels. From 9331617d5b04e13d07f8a06ab5a3aab556581b86 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 25 Jul 2025 10:20:33 -0700 Subject: [PATCH 2/2] Update for v2.8.0 --- maxminddb/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maxminddb/__init__.py b/maxminddb/__init__.py index 4532f6f9..e31e6cd9 100644 --- a/maxminddb/__init__.py +++ b/maxminddb/__init__.py @@ -88,7 +88,7 @@ def open_database( __title__ = "maxminddb" -__version__ = "2.7.0" +__version__ = "2.8.0" __author__ = "Gregory Oschwald" __license__ = "Apache License, Version 2.0" __copyright__ = "Copyright 2013-2025 MaxMind, Inc." diff --git a/pyproject.toml b/pyproject.toml index 4e5a21ec..948f6c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maxminddb" -version = "2.7.0" +version = "2.8.0" description = "Reader for the MaxMind DB format" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"},