Skip to content

Commit 1366031

Browse files
authored
Release 24.2 (#599)
1 parent ff1bdf6 commit 1366031

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3-
## In development
3+
## 24.2 (2024-04-23)
44

5+
- Add .editorconfig (#598).
6+
- Remove support for Django 4.1 (EOL) (#597).
7+
- Add support for color mode (#593).
8+
- Change bootstrap_setting from filter to tag (#595).
9+
- Remove support for Python 3.7 (EOL) (#588).
510
- Remove support for Django 3.2 (EOL) (#583).
611
- Update Bootstrap to 5.3.3 (#584).
7-
- Fix Read the Docs (#585).
12+
- Fix Read the Docs (#585, #587).
813

914
## 24.1 (2024-04-12)
1015

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ license = {file = "LICENSE"}
3131
name = "django-bootstrap5"
3232
readme = "README.md"
3333
requires-python = ">=3.8"
34-
version = "24.1"
34+
version = "24.2"
3535

3636
[project.urls]
3737
Changelog = "https://github.com/zostera/django-bootstrap5/blob/main/CHANGELOG.md"

0 commit comments

Comments
 (0)