From 44eb449f852b78971d55a0b377699b31f44d92ae Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:38:58 +0100 Subject: [PATCH] 2024.10 Release. (#32) --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 142cdc4..3109f38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP4 -## TBC +## 2024.10 (2024-10-05) * Fixed ignoring of `css_class` attribute in `accordion.html`, `accordion-group.html` and `tab.html` templates. * Bumped the minimum supported version of django-crispy-forms to 2.3. diff --git a/setup.py b/setup.py index 27447e9..3b64e4f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "2024.1" +VERSION = "2024.10" def get_long_description():