Skip to content

Commit c3fa777

Browse files
authored
Merge pull request #153 from maxmind/greg/release
Release 2.12.0b1
2 parents 18162a4 + 2432c6d commit c3fa777

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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-
2.12.0b1
7-
+++++++++++++++++++
6+
2.12.0b1 (2024-09-06)
7+
+++++++++++++++++++++
88

99
* ``setuptools`` was incorrectly listed as a runtime dependency. This has
1010
been removed.

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu -o pipefail
55
changelog=$(cat HISTORY.rst)
66

77
regex='
8-
([0-9]+\.[0-9]+\.[0-9]+) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
8+
([0-9]+\.[0-9]+\.[0-9]+[a-z0-9]*) \(([0-9]{4}-[0-9]{2}-[0-9]{2})\)
99
\+*
1010
1111
((.|

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.11.0"
3+
__version__ = "2.12.0b1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "minfraud"
3-
version = "2.11.0"
3+
version = "2.12.0b1"
44
description = "MaxMind minFraud Score, Insights, Factors and Report Transactions API"
55
authors = [
66
{name = "Gregory Oschwald", email = "goschwald@maxmind.com"},

0 commit comments

Comments
 (0)