Skip to content

Commit eadb6ed

Browse files
committed
Bump 1.10.3
1 parent 1a0210c commit eadb6ed

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
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.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.

model_bakery/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.10.2"
1+
__version__ = "1.10.3"

0 commit comments

Comments
 (0)