We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cacaf0 commit e7d9714Copy full SHA for e7d9714
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v3.9.0 (2025-12-09)
6
+
7
+### ✨ Features
8
9
+- Align FloatMother API with IntegerMother API
10
+ ([`9cacaf0`](https://github.com/adriamontoto/object-mother-pattern/commit/9cacaf0c1968948c90b31b1c2044add73dfcdd1b))
11
12
13
## v3.8.0 (2025-12-09)
14
15
### ✨ Features
object_mother_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.8.0'
+__version__ = '3.9.0'
from .mothers import (
BooleanMother,
0 commit comments