Skip to content

Commit

Permalink
Bump 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Aug 20, 2024
1 parent a724dac commit 2121a08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [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`
- Deprecate `model_bakery.random_gen.gen_text` in favor of `model_bakery.random_gen.gen_string`

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

### 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.3"
__version__ = "1.19.4"

0 comments on commit 2121a08

Please sign in to comment.