Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
History
-------

3.0.0
+++++++++++++++++++
3.0.0 (2025-02-10)
++++++++++++++++++

* BREAKING CHANGE: The ``minfraud.model.*`` classes have been refactored to
simplify them and make them more flexible. They are no longer subclass
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================================================================
minFraud Score, Insights, Factors and Report Transaction Python API
===================================================================
===================
minFraud Python API
===================

Description
-----------
Expand Down
2 changes: 1 addition & 1 deletion minfraud/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Internal module for version (to prevent cyclic imports)."""

__version__ = "2.12.0b1"
__version__ = "3.0.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "minfraud"
version = "2.12.0b1"
description = "MaxMind minFraud Score, Insights, Factors and Report Transactions API"
version = "3.0.0"
description = "MaxMind minFraud API"
authors = [
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},
]
Expand Down
Loading