Skip to content

Commit

Permalink
Version bump to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
berinhard committed Oct 8, 2021
1 parent 5d1be50 commit f278865
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main)

### Added

### Changed

### Removed

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

### Added
- `_bulk_create` flag is not populating related objects as well [PR #206](https://github.com/model-bakers/model_bakery/pull/206)
- Add support for iterators on GFK fields when using _quantity param [PR #207](https://github.com/model-bakers/model_bakery/pull/207)
Expand All @@ -18,8 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Run `flake8` after code modifications when linting [PR#214](https://github.com/model-bakers/model_bakery/pull/214)
- Add typing for `baker.make` and `baker.prepare` [PR#213](https://github.com/model-bakers/model_bakery/pull/213)

### Removed

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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -54,7 +54,7 @@
# built documents.
#
# The short X.Y and the full version, including alpha/beta/rc tags.
version = release = "1.3.2"
version = release = "1.3.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion model_bakery/__about__.py
@@ -1,4 +1,4 @@
__version__ = "1.3.2"
__version__ = "1.3.3"
__author__ = "berinfontes"
__email__ = "bernardoxhc@gmail.com"
__url__ = "https://github.com/model-bakers/model_bakery"
Expand Down

0 comments on commit f278865

Please sign in to comment.