Skip to content

Commit

Permalink
Merge pull request #157 from maxmind/greg/release
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
oschwald authored Mar 19, 2024
2 parents 6f4344f + f7732db commit cc3a709
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

2.6.0
2.6.0 (2024-03-19)
++++++++++++++++++

* Added type annotations for instance variables on ``Metadata``
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# General information about the project.
project = "maxminddb"
copyright = "2013-2023, MaxMind, Inc."
copyright = "2013-2024, MaxMind, Inc."

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

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

4 changes: 2 additions & 2 deletions maxminddb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def open_database(


__title__ = "maxminddb"
__version__ = "2.5.2"
__version__ = "2.6.0"
__author__ = "Gregory Oschwald"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2013-2023 MaxMind, Inc."
__copyright__ = "Copyright 2013-2024 MaxMind, Inc."
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maxminddb"
version = "2.5.2"
version = "2.6.0"
description = "Reader for the MaxMind DB format"
authors = [
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
Expand Down

0 comments on commit cc3a709

Please sign in to comment.