Skip to content

Commit 8051e3f

Browse files
committed
Bump 1.20.3
1 parent c648c1e commit 8051e3f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added
1111

1212
### Changed
13-
- Fix support of `auto_now` and `auto_now_add` fields in combination with `_fill_optional`
1413

1514
### Removed
1615

17-
## [1.20.2](https://pypi.org/project/model-bakery/1.20.2/)
16+
## [1.20.3](https://pypi.org/project/model-bakery/1.20.3/)
1817

1918
### Changed
19+
- Fix support of `auto_now` and `auto_now_add` fields in combination with `_fill_optional`
20+
- Isolate Recipe defaults to prevent modification via instances
2021

22+
## [1.20.2](https://pypi.org/project/model-bakery/1.20.2/)
23+
24+
### Changed
2125
- Fix setting GFK parameter by a callable
2226
- Fix regression forbidding using Proxy models as GFK
2327

model_bakery/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.20.2"
1+
__version__ = "1.20.3"

0 commit comments

Comments
 (0)