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 3
3
History
4
4
-------
5
5
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
+
6
16
2.6.0 (2024-03-19)
7
17
++++++++++++++++++
8
18
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def open_database(
81
81
82
82
83
83
__title__ = "maxminddb"
84
- __version__ = "2.6.0 "
84
+ __version__ = "2.6.1 "
85
85
__author__ = "Gregory Oschwald"
86
86
__license__ = "Apache License, Version 2.0"
87
87
__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"
4
4
5
5
[project ]
6
6
name = " maxminddb"
7
- version = " 2.6.0 "
7
+ version = " 2.6.1 "
8
8
description = " Reader for the MaxMind DB format"
9
9
authors = [
10
10
{
name =
" Gregory Oschwald" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments