Skip to content

Commit d8d11c6

Browse files
authored
Merge pull request #146 from maxmind/greg/4.7.0
4.7.0
2 parents 72926b5 + 1651355 commit d8d11c6

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.7.0
7+
4.7.0 (2023-05-09)
88
++++++++++++++++++
99

1010
* IMPORTANT: Python 3.7 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.6.0"
4+
__version__ = "4.7.0"
55
__author__ = "Gregory Oschwald"
66
__license__ = "Apache License, Version 2.0"
77
__copyright__ = "Copyright (c) 2013-2022 Maxmind, Inc."

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
aiohttp>=3.6.2,<4.0.0
2-
maxminddb>=2.2.0,<3.0.0
2+
maxminddb>=2.3.0,<3.0.0
33
requests>=2.24.0,<3.0.0

0 commit comments

Comments
 (0)