Skip to content

Commit

Permalink
Merge pull request #153 from maxmind/greg/release
Browse files Browse the repository at this point in the history
Release 2.12.0b1
  • Loading branch information
ugexe authored Sep 6, 2024
2 parents 18162a4 + 2432c6d commit c3fa777
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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
-------

2.12.0b1
+++++++++++++++++++
2.12.0b1 (2024-09-06)
+++++++++++++++++++++

* ``setuptools`` was incorrectly listed as a runtime dependency. This has
been removed.
Expand Down
2 changes: 1 addition & 1 deletion dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eu -o pipefail
changelog=$(cat HISTORY.rst)

regex='
([0-9]+\.[0-9]+\.[0-9]+) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
([0-9]+\.[0-9]+\.[0-9]+[a-z0-9]*) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
\+*
((.|
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.11.0"
__version__ = "2.12.0b1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "minfraud"
version = "2.11.0"
version = "2.12.0b1"
description = "MaxMind minFraud Score, Insights, Factors and Report Transactions API"
authors = [
{name = "Gregory Oschwald", email = "[email protected]"},
Expand Down

0 comments on commit c3fa777

Please sign in to comment.