diff --git a/CHANGELOG.md b/CHANGELOG.md index 3186206..3c960f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP5 -## 2024.3 (TBC) +## 2024.10 (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"