File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 2.6.1 (2024-04-12)
7+ ++++++++++++++++++
8+
9+ * This release includes no source code changes. The only changes are to
10+ the release workflow.
11+ * Binary wheels are now built on Linux for aarch64. Pull request by Kevin
12+ Park. GitHub #160.
13+ * Binary wheels are now built on macOS for Apple silicon. Requested by
14+ Kevin Park. GitHub #152.
15+
6162.6.0 (2024-03-19)
717++++++++++++++++++
818
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.0 "
84+ __version__ = "2.6.1 "
8585__author__ = "Gregory Oschwald"
8686__license__ = "Apache License, Version 2.0"
8787__copyright__ = "Copyright 2013-2024 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.0 "
7+ version = " 2.6.1 "
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