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 7a525c0 commit 57c0762Copy full SHA for 57c0762
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
<!-- version list -->
4
5
+## v2.1.0 (2025-06-21)
6
+
7
+### 🐛 Bug Fixes
8
9
+- Add noqa statement to discard warnings
10
+ ([`7a525c0`](https://github.com/adriamontoto/object-mother-pattern/commit/7a525c0dc6ec513edfd81e0b7e57954ba3fae1e0))
11
12
+### ✨ Features
13
14
+- Implement timezone object mother
15
+ ([`0794635`](https://github.com/adriamontoto/object-mother-pattern/commit/07946352cd01d471137685e0b78470ae92739965))
16
17
18
## v2.0.0 (2025-06-16)
19
20
### 📦 Build System
object_mother_pattern/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.0.0'
+__version__ = '2.1.0'
0 commit comments