Skip to content

Commit 2ccc25f

Browse files
authored
Merge pull request #180 from maxmind/greg/eng-1003-python-maxminddb-package-is-released
Release 2.6.3
2 parents 72d7365 + cbc7e6c commit 2ccc25f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
History
44
-------
55

6-
2.6.3
6+
2.6.3 (2025-01-09)
77
++++++++++++++++++
88

99
* The vendored ``libmaxminddb`` has been updated to 1.12.0. This fixes a
1010
memory leak when opening a database fails.
11+
* Binary wheels are now built for Python 3.13.
1112

1213
2.6.2 (2024-06-10)
1314
++++++++++++++++++

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.6.2"
84+
__version__ = "2.6.3"
8585
__author__ = "Gregory Oschwald"
8686
__license__ = "Apache License, Version 2.0"
8787
__copyright__ = "Copyright 2013-2025 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.6.2"
7+
version = "2.6.3"
88
description = "Reader for the MaxMind DB format"
99
authors = [
1010
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)