Skip to content

Commit

Permalink
Release 0.2.0 (#26)
Browse files Browse the repository at this point in the history
* Update version and CHANGELOG
* Fix documentation
  • Loading branch information
dyve committed Mar 22, 2021
1 parent e20d896 commit 8fbaeef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## [0.0.1] - In development
## [0.2.0] - 2021-03-22

- Add floating labels for supported widgets.
- Do not abuse title element for help text.
- Remove `InlineFieldRenderer`.
- Simplify size parameters, only accept "sm", "md", "lg".
Expand All @@ -13,3 +14,7 @@
- Use `django_bootstrap5` as name for Python package.
- Started `django-bootstrap5` based on `django-bootstrap4`.
- Thanks everybody that contributed to `django-bootstrap4` and earlier versions!

## [0.1.0] - 2013-08-13

- Reserving the name "django-bootstrap5" at PyPI (released as 0.1).
2 changes: 1 addition & 1 deletion docs/migrate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Popper

We use the Bootstrap 5 JavaScript that has bundled Popper.

If you want a separate Popper.js file, do not use the `{% bootstrap_javascript %} tag, but load the JavaScript yourself.
If you want a separate Popper.js file, do not use the `{% bootstrap_javascript %}` tag, but load the JavaScript yourself.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name="django-bootstrap5",
zip_safe=False,
version="0.0.1",
version="0.2.0",
description="Bootstrap 5 for Django",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8fbaeef

Please sign in to comment.