File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
12132.6.2 (2024-06-10)
1314++++++++++++++++++
Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " maxminddb"
7- version = " 2.6.2 "
7+ version = " 2.6.3 "
88description = " Reader for the MaxMind DB format"
99authors = [
1010 {
name =
" Gregory Oschwald" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments