Skip to content

Commit a7a9827

Browse files
bump: new version 3.5.1 released
1 parent 7833c8c commit a7a9827

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

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+
513
## v3.5.0 (2025-08-26)
614

715
### ✨ Features

object_mother_pattern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.5.0'
1+
__version__ = '3.5.1'
22

33
from .mothers import (
44
BooleanMother,

0 commit comments

Comments
 (0)