Skip to content

Commit

Permalink
2024.10 Release. (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored Oct 5, 2024
1 parent f92e513 commit 44eb449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = "2024.1"
VERSION = "2024.10"


def get_long_description():
Expand Down

0 comments on commit 44eb449

Please sign in to comment.