We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2ac6d commit 81f458fCopy full SHA for 81f458f
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG FOR CRISPY-BOOTSTRAP5
2
3
+## 0.2 (2020-01-31)
4
+* Tested for compatibility with Bootstrap5 Beta 1
5
+* Fixed InlineField (#28)
6
+* Implemented new Bootstrap5 accordion (#24)
7
+* Improved tests and fixed rendering of blank attributes (#23)
8
+
9
+See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestone/2) for full changelog.
10
11
## 0.1 (2020-11-19)
12
* Initial release, compatibility with Bootstrap5 Alpha 3
13
* Converted templates from Bootstrap 4, and initial set of fixes
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-VERSION = "0.1"
+VERSION = "0.2"
def get_long_description():
0 commit comments