Skip to content

Commit 0ab23cc

Browse files
committed
Bump 1.23.0
1 parent a318fa0 commit 0ab23cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
## [1.23.0](https://pypi.org/project/model-bakery/1.23.0/)
17+
1218
### Changed
1319
- Fix `related()` with FK relations creating duplicate parent entities ([#397](https://github.com/model-bakers/model_bakery/issues/397))
1420
- [dev] CI: use uv for faster dependency installation and caching

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module-root = ""
77

88
[project]
99
name = "model-bakery"
10-
version = "1.22.1"
10+
version = "1.23.0"
1111
description = "Smart object creation facility for Django."
1212
readme = "README.md"
1313
requires-python = ">=3.10"

0 commit comments

Comments
 (0)