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 7768bad commit fe391d7Copy full SHA for fe391d7
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v3.2.0 (2025-08-03)
6
+
7
+### ✨ Features
8
9
+- Implement UUID v4 and String UUID v4 mothers
10
+ ([`7768bad`](https://github.com/adriamontoto/object-mother-pattern/commit/7768badd7f494a4c2e1d1fea9be78ddcddf71d52))
11
12
13
## v3.1.1 (2025-06-30)
14
15
### 🐛 Bug Fixes
object_mother_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.1.1'
+__version__ = '3.2.0'
from .mothers import (
BooleanMother,
0 commit comments