Skip to content

Commit

Permalink
Bump version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Oct 13, 2022
1 parent 2fdbd1e commit 370406f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

### Changed
- Improve `Baker.get_fields()` to substract lists instead of extra set cast [PR #352](https://github.com/model-bakers/model_bakery/pull/352)

### Removed

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

### Changed
- Improve `Baker.get_fields()` to subtract lists instead of extra set cast [PR #352](https://github.com/model-bakers/model_bakery/pull/352)

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

### 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.7.1"
version = release = "1.8.0"

# 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.7.1"
__version__ = "1.8.0"
__author__ = "berin"
__email__ = "bernardoxhc@gmail.com"
__url__ = "https://github.com/model-bakers/model_bakery"
Expand Down

0 comments on commit 370406f

Please sign in to comment.