From 237f9409d82d3d2343303b754e2b31191c97b72d Mon Sep 17 00:00:00 2001 From: David Smith Date: Sat, 5 Oct 2024 12:45:12 +0100 Subject: [PATCH] 2024.10 Release. --- CHANGELOG.md | 2 +- crispy_bootstrap5/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3186206..cc93840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP5 -## 2024.3 (TBC) +## 2024.3 (2024-10-05) * Added support for Django 5.1. * Fixed `accordion.html`, `accordion-group.html` and `tab.html` templates to render `css_class` attribute. * Dropped support for django-crispy-forms 2.2 and earlier. diff --git a/crispy_bootstrap5/__init__.py b/crispy_bootstrap5/__init__.py index 01f3518..b98cc4f 100644 --- a/crispy_bootstrap5/__init__.py +++ b/crispy_bootstrap5/__init__.py @@ -1 +1 @@ -__version__ = "2024.2" +__version__ = "2024.10"