File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212### Changed
1313
14+ ### Removed
15+
16+ ## [ 1.10.3] ( https://pypi.org/project/model-bakery/1.10.3/ )
17+
18+ ### Changed
19+ - Enforce Python 3.7 as a minimum version in project metadata
20+
1421### Removed
1522- dropped support for ` FloatRangeField ` as it was removed in Django 3.1
23+ - [ dev] Temporary drop Django 4.2 to package classifiers (waiting for build backend support)
1624
1725## [ 1.10.2] ( https://pypi.org/project/model-bakery/1.10.2/ )
1826
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y and the full version, including alpha/beta/rc tags.
57- version = release = "1.10.2 "
57+ version = release = "1.10.3 "
5858
5959# The language for content autogenerated by Sphinx. Refer to documentation
6060# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version__ = "1.10.2 "
1+ __version__ = "1.10.3 "
You can’t perform that action at this time.
0 commit comments