diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf48ec4..c47853f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # CHANGELOG for django-crispy-forms -## Next Release (TBC) +## 2.1 (2023-10-15) * Added support for Django 5.0. * Dropped support for Django 3.2, 4.0 and 4.1. -* Add support for Python 3.12. +* Added support for Python 3.12. * Dropped support for Python 3.7. +See the [2.1 Milestone](https://github.com/django-crispy-forms/django-crispy-forms/milestone/20?closed=1) for the full change +list. + ## 2.0 (2023-02-13) Release of django-crispy-forms 2.0. No changes introduced since 2.0a1. diff --git a/crispy_forms/__init__.py b/crispy_forms/__init__.py index f2dc0e40..ab028660 100644 --- a/crispy_forms/__init__.py +++ b/crispy_forms/__init__.py @@ -1 +1 @@ -__version__ = "2.0" +__version__ = "2.1" diff --git a/docs/conf.py b/docs/conf.py index da796d9e..a02342ac 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = "2.0" +version = "2.1" # The full version, including alpha/beta/rc tags. -release = "2.0" +release = "2.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.