Skip to content

Commit dfaa813

Browse files
authored
2024.1 Release (#26)
1 parent ef3f3da commit dfaa813

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2024.1 (2024-02-27)
4+
5+
* Enabled custom-control checkbox inputs when `show_form_labels` is False.
6+
37
## 2023.1 (2023-10-16)
48

59
* Confirmed support for Django 4.2.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

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

77

88
def get_long_description():

0 commit comments

Comments
 (0)