Skip to content

Commit cf161f6

Browse files
authored
Merge pull request #147 from maxmind/greg/1.5.2
Prepare for 1.5.2
2 parents 1b07522 + 2373892 commit cf161f6

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
History
44
-------
55

6+
2.5.2 (2024-01-09)
7+
++++++++++++++++++
8+
9+
* The vendored ``libmaxminddb`` version was updated to 1.9.0. This fixes
10+
an issue when reading databases with a search tree exceeding 2 GB.
11+
Reported by Sami Salonen. GitHub #146.
12+
613
2.5.1 (2023-11-09)
714
++++++++++++++++++
815

dev-bin/release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
set -eu -o pipefail
44

5-
pip install twine sphinx
6-
75
changelog=$(cat HISTORY.rst)
86

97
regex='

maxminddb/__init__.py

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

8282

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.5.1"
7+
version = "2.5.2"
88
description = "Reader for the MaxMind DB format"
99
authors = [
1010
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},

0 commit comments

Comments
 (0)