Skip to content

Commit b094155

Browse files
committed
Bump 1.23.4
1 parent ccd0c80 commit b094155

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
## [1.23.4](https://pypi.org/project/model-bakery/1.23.4/)
17+
1218
### Changed
1319
- Fix AttributeError when processing models with reverse ForeignKey relations (`ManyToOneRel`) ([#575](https://github.com/model-bakers/model_bakery/issues/575))
1420
- Fix `_bulk_create` not setting M2M fields on FK-related objects ([#583](https://github.com/model-bakers/model_bakery/issues/583))
1521
- [dev] Fix type annotations ([#584](https://github.com/model-bakers/model_bakery/pull/584))
1622
- [dev] Fix remaining ty type errors in baker.py and generators.py ([#589](https://github.com/model-bakers/model_bakery/pull/589))
1723

18-
### Removed
19-
2024
## [1.23.3](https://pypi.org/project/model-bakery/1.23.3/)
2125

2226
### Changed

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.23.3"
10+
version = "1.23.4"
1111
description = "Smart object creation facility for Django."
1212
readme = "README.md"
1313
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)