Skip to content

Commit

Permalink
Bump 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Aug 16, 2024
1 parent 10e53f5 commit 9f45c0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

### Changed
- Align GFK and content type fields generation
- Allow `prepare()` to be used with GFK

### Removed

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

### Changed
- Align GFK and content type fields generation
- Allow `prepare()` to be used with GFK

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

### Changed
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.19.1"
__version__ = "1.19.2"

0 comments on commit 9f45c0d

Please sign in to comment.