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 7833c8c commit a7a9827Copy full SHA for a7a9827
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v3.5.1 (2025-08-26)
6
+
7
+### 🐛 Bug Fixes
8
9
+- Rename allow_versions to exclude_versions in UUID mothers
10
+ ([`7833c8c`](https://github.com/adriamontoto/object-mother-pattern/commit/7833c8c6404facfa5022c5256ce924c900dd68f2))
11
12
13
## v3.5.0 (2025-08-26)
14
15
### ✨ Features
object_mother_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.5.0'
+__version__ = '3.5.1'
from .mothers import (
BooleanMother,
0 commit comments