Skip to content

Commit ae77d38

Browse files
authored
2024.1 Release (#8)
1 parent 1dbae65 commit ae77d38

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG FOR CRISPY-BOOTSTRAP3
22

3+
## 2024.1
4+
5+
* Updated supported versions:
6+
* Django 3.2, 4.2 and 5.0.
7+
* Python 3.8+.
8+
* Fixed form-control class issue with checkboxes.
9+
310
## 2022.1
411

512
* Initial release to move the template pack from core crispy-forms to a

crispy_bootstrap3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2022.1"
1+
__version__ = "2024.1"

0 commit comments

Comments
 (0)