diff --git a/HISTORY.rst b/HISTORY.rst index 00c1d3b..73c8d7d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -2.7.0 +2.7.0 (2025-05-05) ++++++++++++++++++ * IMPORTANT: Python 3.9 or greater is required. If you are using an older diff --git a/README.rst b/README.rst index 7b56433..5d92acb 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ subnets (IPv4 or IPv6). Installation ------------ -To install ``maxminddb```, type: +To install ``maxminddb``, type: .. code-block:: bash diff --git a/maxminddb/__init__.py b/maxminddb/__init__.py index 24c34f0..ddb3b0c 100644 --- a/maxminddb/__init__.py +++ b/maxminddb/__init__.py @@ -84,7 +84,7 @@ def open_database( __title__ = "maxminddb" -__version__ = "2.6.3" +__version__ = "2.7.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 d7ed6e5..1c9f3e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maxminddb" -version = "2.6.3" +version = "2.7.0" description = "Reader for the MaxMind DB format" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"},