Skip to content

Commit 81f458f

Browse files
authored
Release 0.2 (#29)
1 parent bd2ac6d commit 81f458f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## 0.1 (2020-11-19)
412
* Initial release, compatibility with Bootstrap5 Alpha 3
513
* Converted templates from Bootstrap 4, and initial set of fixes

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "0.1"
5+
VERSION = "0.2"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)