Skip to content

Commit 1aa6662

Browse files
committed
Bump 1.20.1
1 parent 0e49b20 commit 1aa6662

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main)
99

10+
### Added
11+
12+
### Changed
13+
14+
### Removed
15+
16+
## [1.20.1](https://pypi.org/project/model-bakery/1.20.1/)
17+
1018
### Added
1119
- docs: Add missing doc on `_refresh_after_create` option
1220

1321
### Changed
14-
- Fix `Recipe.prepare` without _quantity (on one-to-one relation)
22+
- Fix `Recipe.prepare` without `_quantity` (on one-to-one relation)
1523

1624
### Removed
1725
- Remove deprecation warning of `datetime.datetime.utcfromtimestamp`.

model_bakery/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.20.0"
1+
__version__ = "1.20.1"

0 commit comments

Comments
 (0)