We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231c504 commit c7be48cCopy full SHA for c7be48c
CHANGELOG.md
@@ -1,10 +1,13 @@
1
# CHANGELOG FOR CRISPY-BOOTSTRAP5
2
3
-## Next Release (TBC)
+## 2023.10 (2023-10-2023)
4
* Added Django 5.0 and 4.2 support
5
* Added Python 3.11 and 3.12 support
6
* Dropped Python 3.7 support
7
* 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.
11
12
## 0.7 (2022-09-28)
13
* Added Django 4.1 support
crispy_bootstrap5/__init__.py
@@ -1 +1 @@
-__version__ = "0.7"
+__version__ = "2023.10"
0 commit comments