Skip to content

Commit 370406f

Browse files
committed
Bump version 1.8.0
1 parent 2fdbd1e commit 370406f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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-
- Improve `Baker.get_fields()` to substract lists instead of extra set cast [PR #352](https://github.com/model-bakers/model_bakery/pull/352)
1413

1514
### Removed
1615

16+
## [1.8.0](https://pypi.org/project/model-bakery/1.8.0/)
17+
18+
### Changed
19+
- Improve `Baker.get_fields()` to subtract lists instead of extra set cast [PR #352](https://github.com/model-bakers/model_bakery/pull/352)
20+
1721
## [1.7.1](https://pypi.org/project/model-bakery/1.7.1/)
1822

1923
### Changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# built documents.
5555
#
5656
# The short X.Y and the full version, including alpha/beta/rc tags.
57-
version = release = "1.7.1"
57+
version = release = "1.8.0"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

model_bakery/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.1"
1+
__version__ = "1.8.0"
22
__author__ = "berin"
33
__email__ = "[email protected]"
44
__url__ = "https://github.com/model-bakers/model_bakery"

0 commit comments

Comments
 (0)