File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 History
55-------
66
7- 4.8.1
8- +++++++++++++++++++
7+ 4.8.1 (2024-11-18)
8+ ++++++++++++++++++
99
1010* ``setuptools `` was incorrectly listed as a runtime dependency. This has
1111 been removed. Pull request by Mathieu Dupuy. GitHub #174.
Original file line number Diff line number Diff line change 4949
5050# General information about the project.
5151project = "geoip2"
52- copyright = "2013-2023 , MaxMind, Inc."
52+ copyright = "2013-2024 , MaxMind, Inc."
5353
5454# The version info for the project you're documenting, acts as replacement for
5555# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ Indices and tables
3838* :ref: `modindex `
3939* :ref: `search `
4040
41- :copyright: (c) 2013-2023 by MaxMind, Inc.
41+ :copyright: (c) 2013-2024 by MaxMind, Inc.
4242:license: Apache License, Version 2.0
4343
Original file line number Diff line number Diff line change 11# pylint:disable=C0111
22
33__title__ = "geoip2"
4- __version__ = "4.8.0 "
4+ __version__ = "4.8.1 "
55__author__ = "Gregory Oschwald"
66__license__ = "Apache License, Version 2.0"
7- __copyright__ = "Copyright (c) 2013-2023 MaxMind, Inc."
7+ __copyright__ = "Copyright (c) 2013-2024 MaxMind, Inc."
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " geoip2"
7- version = " 4.8.0 "
7+ version = " 4.8.1 "
88description = " MaxMind GeoIP2 API"
99authors = [
1010 {name = " Gregory Oschwald" , email = " goschwald@maxmind.com" },
You can’t perform that action at this time.
0 commit comments