From 1b218092f133a4d1bfc46b62febc2606e2faebfe Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Sun, 25 Feb 2024 08:43:08 +0000 Subject: [PATCH] 2024.2 Release. (#171) --- CHANGELOG.md | 5 +++-- crispy_bootstrap5/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5abc625..9e0fb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # CHANGELOG FOR CRISPY-BOOTSTRAP5 -## Next Release +## 2024.2 (2024-02-24) * Added support for [Switches](https://getbootstrap.com/docs/5.2/forms/checks-radios/#switches). (#162) -* Added modal template +* Used `
` and `` to group related inputs. +* Added modal template. ## 2023.10 (2023-10-2023) * Added Django 5.0 and 4.2 support diff --git a/crispy_bootstrap5/__init__.py b/crispy_bootstrap5/__init__.py index e010868..01f3518 100644 --- a/crispy_bootstrap5/__init__.py +++ b/crispy_bootstrap5/__init__.py @@ -1 +1 @@ -__version__ = "2023.10" +__version__ = "2024.2"