Skip to content

Commit f2da708

Browse files
authored
Merge pull request #181 from maxmind/greg/eng-1675
Release 3.1.0
2 parents 3d92058 + 18c3749 commit f2da708

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
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
3.1.0
6+
3.1.0 (2025-05-23)
77
++++++++++++++++++
88

99
* Added support for the ``/billing_phone/matches_postal`` and

minfraud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Internal module for version (to prevent cyclic imports)."""
22

3-
__version__ = "3.0.0"
3+
__version__ = "3.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "minfraud"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = "MaxMind minFraud API"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},

0 commit comments

Comments
 (0)