We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92e513 commit 44eb449Copy full SHA for 44eb449
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG FOR CRISPY-BOOTSTRAP4
2
3
-## TBC
+## 2024.10 (2024-10-05)
4
5
* Fixed ignoring of `css_class` attribute in `accordion.html`, `accordion-group.html` and `tab.html` templates.
6
* Bumped the minimum supported version of django-crispy-forms to 2.3.
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-VERSION = "2024.1"
+VERSION = "2024.10"
7
8
def get_long_description():
0 commit comments