Skip to content

Commit f9f441c

Browse files
committed
Bump 1.19.5
1 parent 8b60451 commit f9f441c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Added
1111

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

1514
### Removed
1615

16+
## [1.19.5](https://pypi.org/project/model-bakery/1.19.5/)
17+
18+
### Changed
19+
- Reset `content_type` and `object_id` fields when the content object is `None`
20+
1721
## [1.19.4](https://pypi.org/project/model-bakery/1.19.4/)
22+
1823
### Changed
1924
- Allow `None` value for generic foreign keys within iterators
2025
- Make `TextField` generator respect `max_length`

model_bakery/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.19.4"
1+
__version__ = "1.19.5"

0 commit comments

Comments
 (0)