Skip to content

Commit

Permalink
Merge pull request #180 from maxmind/greg/eng-1003-python-maxminddb-p…
Browse files Browse the repository at this point in the history
…ackage-is-released

Release 2.6.3
  • Loading branch information
horgh authored Jan 9, 2025
2 parents 72d7365 + cbc7e6c commit 2ccc25f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
History
-------

2.6.3
2.6.3 (2025-01-09)
++++++++++++++++++

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

2.6.2 (2024-06-10)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion maxminddb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def open_database(


__title__ = "maxminddb"
__version__ = "2.6.2"
__version__ = "2.6.3"
__author__ = "Gregory Oschwald"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2025 MaxMind, Inc."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maxminddb"
version = "2.6.2"
version = "2.6.3"
description = "Reader for the MaxMind DB format"
authors = [
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
Expand Down

0 comments on commit 2ccc25f

Please sign in to comment.