From ae77d38fa654a171977ab2c12a2facc1925d6fef Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:02:24 +0000 Subject: [PATCH] 2024.1 Release (#8) --- CHANGELOG.md | 7 +++++++ crispy_bootstrap3/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28114f0..10e948e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP3 +## 2024.1 + +* Updated supported versions: + * Django 3.2, 4.2 and 5.0. + * Python 3.8+. +* Fixed form-control class issue with checkboxes. + ## 2022.1 * Initial release to move the template pack from core crispy-forms to a diff --git a/crispy_bootstrap3/__init__.py b/crispy_bootstrap3/__init__.py index f928bd9..2e74048 100644 --- a/crispy_bootstrap3/__init__.py +++ b/crispy_bootstrap3/__init__.py @@ -1 +1 @@ -__version__ = "2022.1" +__version__ = "2024.1"