Skip to content

Commit 2ef7632

Browse files
committed
Bump 1.20.4
1 parent 096742d commit 2ef7632

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

1212
### Changed
13-
- Fix regression introduced in 1.20.3 that prevented using `auto_now` and `auto_now_add` fields with seq or callable.
1413

1514
### Removed
1615

16+
## [1.20.4](https://pypi.org/project/model-bakery/1.20.4/)
17+
18+
### Changed
19+
- Fix regression introduced in 1.20.3 that prevented using `auto_now` and `auto_now_add` fields with seq or callable.
20+
1721
## [1.20.3](https://pypi.org/project/model-bakery/1.20.3/)
1822

1923
### Changed

model_bakery/__about__.py

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

0 commit comments

Comments
 (0)