We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ef1917 + 9d5d338 commit 83b10feCopy full SHA for 83b10fe
3 files changed
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
-------
5
6
-2.4.1
+2.5.0 (2021-09-20)
7
++++++++++++++++++
8
9
* Previously, the ``py.typed`` file was not being added to the source
minfraud/version.py
@@ -1,2 +1,2 @@
1
"""Internal module for version (to prevent cyclic imports)"""
2
-__version__ = "2.4.0"
+__version__ = "2.5.0"
setup.py
@@ -19,7 +19,7 @@
19
requirements = [
20
"aiohttp>=3.6.2,<4.0.0",
21
"email_validator>=1.1.1,<2.0.0",
22
- "geoip2>=4.1.0,<5.0.0",
+ "geoip2>=4.3.0,<5.0.0",
23
"requests>=2.24.0,<3.0.0",
24
"urllib3>=1.25.2,<2.0.0",
25
"voluptuous",
0 commit comments