From c7be48c07fdb316ab2cb6dd1cda4715ef6e9425a Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Tue, 31 Oct 2023 05:55:33 +0000 Subject: [PATCH] Release 2023.10 (#156) --- CHANGELOG.md | 5 ++++- crispy_bootstrap5/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327505c..16f0745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP5 -## Next Release (TBC) +## 2023.10 (2023-10-2023) * Added Django 5.0 and 4.2 support * Added Python 3.11 and 3.12 support * Dropped Python 3.7 support * Dropped Django 3.2, 4.0 and 4.1 support +* Switched to CalVer versioning + +See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestone/8?closed=1) for full change log. ## 0.7 (2022-09-28) * Added Django 4.1 support diff --git a/crispy_bootstrap5/__init__.py b/crispy_bootstrap5/__init__.py index 1ea903c..e010868 100644 --- a/crispy_bootstrap5/__init__.py +++ b/crispy_bootstrap5/__init__.py @@ -1 +1 @@ -__version__ = "0.7" +__version__ = "2023.10"