Skip to content

Commit d758c7a

Browse files
committed
Bump 1.19.1
1 parent 833dc26 commit d758c7a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

1212
### Changed
13-
- Handle bulk creation when using reverse related name
1413

1514
### Removed
1615

16+
## [1.19.1](https://pypi.org/project/model-bakery/1.19.1/)
17+
18+
### Changed
19+
- Handle bulk creation when using reverse related name
20+
1721
## [1.19.0](https://pypi.org/project/model-bakery/1.19.0/)
1822

1923
### Added

model_bakery/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.19.0"
1+
__version__ = "1.19.1"

0 commit comments

Comments
 (0)