From 81f458f479a00b5ee8026effe0656e10465a576e Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Sun, 31 Jan 2021 21:27:11 +0000 Subject: [PATCH] Release 0.2 (#29) --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad630f5..787242a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 1ed34a7..1ab2157 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "0.1" +VERSION = "0.2" def get_long_description():