Skip to content

Commit

Permalink
Bump 1.18.3
Browse files Browse the repository at this point in the history
- Fix support of `GenericForeignKey` fields in combination with `_fill_optional`
  • Loading branch information
amureki committed Aug 9, 2024
1 parent 0b4cfa7 commit 33893d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

### Changed
- Fix support of GenericForeignKey fields in combination with `_fill_optional`

### Removed

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

### Changed
- Fix support of `GenericForeignKey` fields in combination with `_fill_optional`

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

### 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.18.2"
__version__ = "1.18.3"

0 comments on commit 33893d0

Please sign in to comment.