From 5e07ac2431f7af56a5767cb3f631d6ff0aadc636 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 09:42:23 -0800 Subject: [PATCH 1/3] Set release date --- HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 0e71c9685b5675ac306f2bb1bae80af294a5c7bd Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 09:42:38 -0800 Subject: [PATCH 2/3] Update naming --- README.rst | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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/pyproject.toml b/pyproject.toml index aec807b..9566b6f 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" +description = "MaxMind minFraud API" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"}, ] From 93fc2c8eb55d20e2297f9bc769d842fd9ada78bc Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Feb 2025 09:44:05 -0800 Subject: [PATCH 3/3] Update for v3.0.0 --- minfraud/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 9566b6f..58fc13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "minfraud" -version = "2.12.0b1" +version = "3.0.0" description = "MaxMind minFraud API" authors = [ {name = "Gregory Oschwald", email = "goschwald@maxmind.com"},