Commit 370406f 1 parent 2fdbd1e commit 370406f Copy full SHA for 370406f
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Added
11
11
12
12
### 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 )
14
13
15
14
### Removed
16
15
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
+
17
21
## [ 1.7.1] ( https://pypi.org/project/model-bakery/1.7.1/ )
18
22
19
23
### Changed
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# 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 "
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "1.7.1 "
1
+ __version__ = "1.8.0 "
2
2
__author__ = "berin"
3
3
4
4
__url__ = "https://github.com/model-bakers/model_bakery"
You can’t perform that action at this time.
0 commit comments