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 a7bd44e commit 458ae24Copy full SHA for 458ae24
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v3.3.1 (2025-08-25)
6
+
7
+### 🐛 Bug Fixes
8
9
+- Ensure mother_type is a class before checking for ValueObject subclass
10
+ ([`a7bd44e`](https://github.com/adriamontoto/object-mother-pattern/commit/a7bd44eac23eec9b81491b7496ffbcedf853b3e1))
11
12
13
## v3.3.0 (2025-08-25)
14
15
### ✨ Features
object_mother_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.3.0'
+__version__ = '3.3.1'
from .mothers import (
BooleanMother,
0 commit comments