- commit
- 4c835a5adf00395c2442b3e9b1a7910d8597aa22
- parent
- a70858cf95bddbd5f0938356ab3e6fbc03a68fb3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-04-18 20:56
bump version to 5.1.0
Diffstat
| M | CHANGES.md | 12 | ++++++++++++ |
| M | setup.py | 2 | +- |
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,15 @@
-1 1 5.1.0 (2023-04-18)
-1 2 ------------------
-1 3
-1 4 - add support for Django 4.x
-1 5 - fix rendering of hidden fields in `bootstrap_form`
-1 6 - overwrite the default form template so that `{{ form }}` will produce the
-1 7 same output as `{% bootstrap_form form %}` (starting with Django 4.0)
-1 8 - starting with Django 4.0, make use of `widget.use_fieldset`
-1 9 - use same font size for `<legend>` as for `<label>`
-1 10 - work around extensive spacing between legend and multiwidget
-1 11
-1 12
1 13 5.0.0 (unreleased)
2 14 ------------------
3 15
diff --git a/setup.py b/setup.py
@@ -9,7 +9,7 @@ setup( 9 9 url='https://github.com/xi/django-bs', 10 10 author='Tobias Bengfort', 11 11 author_email='tobias.bengfort@posteo.de',12 -1 version='5.0.0b1-1',-1 12 version='5.1.0', 13 13 license='MIT', 14 14 packages=find_packages(), 15 15 include_package_data=True,