Skip to content

Commit

Permalink
Bump 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Jan 6, 2025
1 parent 0e49b20 commit 1aa6662
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

### Added

### Changed

### Removed

## [1.20.1](https://pypi.org/project/model-bakery/1.20.1/)

### Added
- docs: Add missing doc on `_refresh_after_create` option

### Changed
- Fix `Recipe.prepare` without _quantity (on one-to-one relation)
- Fix `Recipe.prepare` without `_quantity` (on one-to-one relation)

### Removed
- Remove deprecation warning of `datetime.datetime.utcfromtimestamp`.
Expand Down
2 changes: 1 addition & 1 deletion model_bakery/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.20.0"
__version__ = "1.20.1"

0 comments on commit 1aa6662

Please sign in to comment.