diff --git a/HISTORY.rst b/HISTORY.rst index 1ba7797..067e3cc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/README.rst b/README.rst index b2251da..0f0c443 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=================================================================== -minFraud Score, Insights, Factors and Report Transaction Python API -=================================================================== +=================== +minFraud Python API +=================== Description ----------- diff --git a/minfraud/version.py b/minfraud/version.py index b4c6da7..bee80c3 100644 --- a/minfraud/version.py +++ b/minfraud/version.py @@ -1,3 +1,3 @@ """Internal module for version (to prevent cyclic imports).""" -__version__ = "2.12.0b1" +__version__ = "3.0.0" diff --git a/pyproject.toml b/pyproject.toml index aec807b..58fc13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, ]