Skip to content

Commit 61d848e

Browse files
authored
Merge pull request #159 from maxmind/greg/4.8.0
Release 4.8.0
2 parents 43a7ac1 + 607a0e6 commit 61d848e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

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

7-
4.8.0
7+
4.8.0 (2023-12-05)
88
++++++++++++++++++
99

1010
* IMPORTANT: Python 3.8 or greater is required. If you are using an older

geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

33
__title__ = "geoip2"
4-
__version__ = "4.7.0"
4+
__version__ = "4.8.0"
55
__author__ = "Gregory Oschwald"
66
__license__ = "Apache License, Version 2.0"
77
__copyright__ = "Copyright (c) 2013-2023 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 = "geoip2"
7-
version = "4.7.0"
7+
version = "4.8.0"
88
description = "MaxMind GeoIP2 API"
99
authors = [
1010
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)