Skip to content

Commit b7bdd92

Browse files
authored
Merge pull request #131 from maxmind/greg/2.5.0
Release 2.5.0
2 parents 2b1af52 + e672eb8 commit b7bdd92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

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

6-
2.5.0
6+
2.5.0 (2023-11-08)
77
++++++++++++++++++
88

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

maxminddb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def open_database(
8181

8282

8383
__title__ = "maxminddb"
84-
__version__ = "2.4.0"
84+
__version__ = "2.5.0"
8585
__author__ = "Gregory Oschwald"
8686
__license__ = "Apache License, Version 2.0"
8787
__copyright__ = "Copyright 2013-2023 MaxMind, Inc."

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "maxminddb"
7-
version = "2.4.0"
7+
version = "2.5.0"
88
description = "Reader for the MaxMind DB format"
99
authors = [
1010
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)