Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
History
-------

4.8.1
+++++++++++++++++++
4.8.1 (2024-11-18)
++++++++++++++++++

* ``setuptools`` was incorrectly listed as a runtime dependency. This has
been removed. Pull request by Mathieu Dupuy. GitHub #174.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = "geoip2"
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 @@ -38,6 +38,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 geoip2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pylint:disable=C0111

__title__ = "geoip2"
__version__ = "4.8.0"
__version__ = "4.8.1"
__author__ = "Gregory Oschwald"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright (c) 2013-2023 MaxMind, Inc."
__copyright__ = "Copyright (c) 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 = "geoip2"
version = "4.8.0"
version = "4.8.1"
description = "MaxMind GeoIP2 API"
authors = [
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
Expand Down
Loading