Skip to content

Commit 44eb449

Browse files
authored
2024.10 Release. (#32)
1 parent f92e513 commit 44eb449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG FOR CRISPY-BOOTSTRAP4
22

3-
## TBC
3+
## 2024.10 (2024-10-05)
44

55
* Fixed ignoring of `css_class` attribute in `accordion.html`, `accordion-group.html` and `tab.html` templates.
66
* Bumped the minimum supported version of django-crispy-forms to 2.3.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "2024.1"
5+
VERSION = "2024.10"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)