diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac0de3f..cbebdeae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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". @@ -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). \ No newline at end of file diff --git a/docs/migrate.rst b/docs/migrate.rst index 8b7d6a65..bbc7f8e7 100644 --- a/docs/migrate.rst +++ b/docs/migrate.rst @@ -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. \ No newline at end of file +If you want a separate Popper.js file, do not use the `{% bootstrap_javascript %}` tag, but load the JavaScript yourself. \ No newline at end of file diff --git a/setup.py b/setup.py index be39d955..65de148b 100644 --- a/setup.py +++ b/setup.py @@ -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",