Skip to content

Commit 57c0762

Browse files
bump: new version 2.1.0 released
1 parent 7a525c0 commit 57c0762

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!-- version list -->
44

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+
518
## v2.0.0 (2025-06-16)
619

720
### 📦 Build System

object_mother_pattern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0'
1+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)