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 8aeb6cc commit 0119adcCopy full SHA for 0119adc
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v3.1.1 (2025-06-30)
6
+
7
+### 🐛 Bug Fixes
8
9
+- Accept GenericAliases as BaseMother type
10
+ ([`0d429fa`](https://github.com/adriamontoto/object-mother-pattern/commit/0d429fa6e64e458906ed6fb4f391b1131c54795c))
11
12
13
## v3.1.0 (2025-06-28)
14
15
### ✨ Features
object_mother_pattern/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.1.0'
+__version__ = '3.1.1'
from .mothers import (
BooleanMother,
0 commit comments