Skip to content

Commit cc3a709

Browse files
authored
Merge pull request #157 from maxmind/greg/release
Release 2.6.0
2 parents 6f4344f + f7732db commit cc3a709

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
2.6.0
6+
2.6.0 (2024-03-19)
77
++++++++++++++++++
88

99
* Added type annotations for instance variables on ``Metadata``

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
# General information about the project.
5555
project = "maxminddb"
56-
copyright = "2013-2023, MaxMind, Inc."
56+
copyright = "2013-2024, MaxMind, Inc."
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Indices and tables
3535
* :ref:`modindex`
3636
* :ref:`search`
3737

38-
:copyright: (c) 2013-2023 by MaxMind, Inc.
38+
:copyright: (c) 2013-2024 by MaxMind, Inc.
3939
:license: Apache License, Version 2.0
4040

maxminddb/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def open_database(
8181

8282

8383
__title__ = "maxminddb"
84-
__version__ = "2.5.2"
84+
__version__ = "2.6.0"
8585
__author__ = "Gregory Oschwald"
8686
__license__ = "Apache License, Version 2.0"
87-
__copyright__ = "Copyright 2013-2023 MaxMind, Inc."
87+
__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.5.2"
7+
version = "2.6.0"
88
description = "Reader for the MaxMind DB format"
99
authors = [
1010
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)