Skip to content

Commit

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

### Changed
- Reset `content_type` and `object_id` fields when the content object is `None`

### Removed

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

### Changed
- Reset `content_type` and `object_id` fields when the content object is `None`

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

### Changed
- Allow `None` value for generic foreign keys within iterators
- Make `TextField` generator respect `max_length`
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.4"
__version__ = "1.19.5"

0 comments on commit f9f441c

Please sign in to comment.