Skip to content

Commit e7752d3

Browse files
authored
Merge pull request #161 from maxmind/greg/release-2.6.1
Release 2.6.1
2 parents 0ceb187 + 8889f19 commit e7752d3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
616
2.6.0 (2024-03-19)
717
++++++++++++++++++
818

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

0 commit comments

Comments
 (0)