Skip to content

Commit c7be48c

Browse files
authored
Release 2023.10 (#156)
1 parent 231c504 commit c7be48c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CHANGELOG FOR CRISPY-BOOTSTRAP5
22

3-
## Next Release (TBC)
3+
## 2023.10 (2023-10-2023)
44
* Added Django 5.0 and 4.2 support
55
* Added Python 3.11 and 3.12 support
66
* Dropped Python 3.7 support
77
* Dropped Django 3.2, 4.0 and 4.1 support
8+
* Switched to CalVer versioning
9+
10+
See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestone/8?closed=1) for full change log.
811

912
## 0.7 (2022-09-28)
1013
* Added Django 4.1 support

crispy_bootstrap5/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7"
1+
__version__ = "2023.10"

0 commit comments

Comments
 (0)