Skip to content

Commit 83b10fe

Browse files
authored
Merge pull request #89 from maxmind/greg/release
2.5.0 release
2 parents 2ef1917 + 9d5d338 commit 83b10fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

HISTORY.rst

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

6-
2.4.1
6+
2.5.0 (2021-09-20)
77
++++++++++++++++++
88

99
* Previously, the ``py.typed`` file was not being added to the source

minfraud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Internal module for version (to prevent cyclic imports)"""
2-
__version__ = "2.4.0"
2+
__version__ = "2.5.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
requirements = [
2020
"aiohttp>=3.6.2,<4.0.0",
2121
"email_validator>=1.1.1,<2.0.0",
22-
"geoip2>=4.1.0,<5.0.0",
22+
"geoip2>=4.3.0,<5.0.0",
2323
"requests>=2.24.0,<3.0.0",
2424
"urllib3>=1.25.2,<2.0.0",
2525
"voluptuous",

0 commit comments

Comments
 (0)