diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c15411..8982f9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added ### Changed -- [dev] Test Python 3.11 with Django 4.2 ### Removed +## [1.10.2](https://pypi.org/project/model-bakery/1.10.2/) + +### Changed +- [dev] Test Python 3.11 with Django 4.2 +- [dev] Add Django 4.2 to package classifiers + ## [1.10.1](https://pypi.org/project/model-bakery/1.10.1/) ### Changed diff --git a/docs/source/conf.py b/docs/source/conf.py index 6b68016a..aeaffec9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # built documents. # # The short X.Y and the full version, including alpha/beta/rc tags. -version = release = "1.10.1" +version = release = "1.10.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/model_bakery/__about__.py b/model_bakery/__about__.py index a0865bba..83b8f26c 100644 --- a/model_bakery/__about__.py +++ b/model_bakery/__about__.py @@ -1 +1 @@ -__version__ = "1.10.1" +__version__ = "1.10.2"