From 30a106183f85cec1cfa5436dbf9eb50099117870 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 15 Oct 2025 12:40:45 -0700 Subject: [PATCH 1/2] Set release date --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0868a48..04b72a6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -3.0.0 +3.0.0 (2025-10-15) ++++++++++++++++++ * IMPORTANT: Python 3.10 or greater is required. If you are using an older From 00dda80802955e41f0f3af58a1d84c572f27baf8 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 15 Oct 2025 12:45:52 -0700 Subject: [PATCH 2/2] Update for v3.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eaed8a..38ea070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maxminddb" -version = "2.8.2" +version = "3.0.0" description = "Reader for the MaxMind DB format" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"},