Skip to content

Commit

Permalink
Release 0.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Jan 31, 2021
1 parent bd2ac6d commit 81f458f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG FOR CRISPY-BOOTSTRAP5

## 0.2 (2020-01-31)
* Tested for compatibility with Bootstrap5 Beta 1
* Fixed InlineField (#28)
* Implemented new Bootstrap5 accordion (#24)
* Improved tests and fixed rendering of blank attributes (#23)

See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestone/2) for full changelog.

## 0.1 (2020-11-19)
* Initial release, compatibility with Bootstrap5 Alpha 3
* Converted templates from Bootstrap 4, and initial set of fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = "0.1"
VERSION = "0.2"


def get_long_description():
Expand Down

0 comments on commit 81f458f

Please sign in to comment.