We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096742d commit 2ef7632Copy full SHA for 2ef7632
CHANGELOG.md
@@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
### Added
11
12
### Changed
13
-- Fix regression introduced in 1.20.3 that prevented using `auto_now` and `auto_now_add` fields with seq or callable.
14
15
### Removed
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
21
## [1.20.3](https://pypi.org/project/model-bakery/1.20.3/)
22
23
model_bakery/__about__.py
@@ -1 +1 @@
1
-__version__ = "1.20.3"
+__version__ = "1.20.4"
0 commit comments