Skip to content

Commit b68f171

Browse files
authored
Merge pull request #166 from maxmind/greg/eng-1067
Release 3.0.0
2 parents 50bdafa + 93fc2c8 commit b68f171

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
History
44
-------
55

6-
3.0.0
7-
+++++++++++++++++++
6+
3.0.0 (2025-02-10)
7+
++++++++++++++++++
88

99
* BREAKING CHANGE: The ``minfraud.model.*`` classes have been refactored to
1010
simplify them and make them more flexible. They are no longer subclass

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===================================================================
2-
minFraud Score, Insights, Factors and Report Transaction Python API
3-
===================================================================
1+
===================
2+
minFraud Python API
3+
===================
44

55
Description
66
-----------

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__ = "2.12.0b1"
3+
__version__ = "3.0.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "minfraud"
3-
version = "2.12.0b1"
4-
description = "MaxMind minFraud Score, Insights, Factors and Report Transactions API"
3+
version = "3.0.0"
4+
description = "MaxMind minFraud API"
55
authors = [
66
{name = "Gregory Oschwald", email = "[email protected]"},
77
]

0 commit comments

Comments
 (0)