Skip to content

Commit 7d75001

Browse files
committed
Bump 1.23.3
1 parent 6eb4650 commit 7d75001

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
## [1.23.3](https://pypi.org/project/model-bakery/1.23.3/)
17+
1218
### Changed
1319
- [dev] Replace mypy with ty as the primary type checker with stricter type checks
1420
- [dev] Fix ty 0.0.17 compatibility: update rule config, fix generic TypeVar bound, pin minimum version
1521
- Allow overriding `AutoField` values via iterators with `_quantity` and avoid hangs ([#577](https://github.com/model-bakers/model_bakery/issues/577))
1622

17-
### Removed
18-
1923
## [1.23.2](https://pypi.org/project/model-bakery/1.23.2/)
2024

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

0 commit comments

Comments
 (0)