diff --git a/CHANGES.rst b/CHANGES.rst index 0254ce4d..184578a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ Changelog 2.0.0 ----- -Release date: - +Release date: 2022/1/13 - Drop Python 2 and 3.5 support. - Combine ``class`` argument of ``render_field`` or ``field.render_kw.class`` with Bootstrap classes diff --git a/setup.py b/setup.py index 2c32b5f7..5cc8a944 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ Bootstrap-Flask --------------- -Bootstrap-Flask is a collection of Jinja macros for Bootstrap and Flask. +Bootstrap-Flask is a collection of Jinja macros for Bootstrap 4 & 5 and Flask. It helps you to render Flask-related objects and data to Bootstrap HTML more easily. If you come from Flask-Bootstrap, check out @@ -16,12 +16,12 @@ setup( name='Bootstrap-Flask', - version='2.0.0dev', + version='2.0.0', url='https://github.com/greyli/bootstrap-flask', license='MIT', author='Grey Li', author_email='withlihui@gmail.com', - description='Bootstrap helper for Flask.', + description='Bootstrap 4 & 5 helper for your Flask projects.', long_description=__doc__, long_description_content_type='text/markdown', platforms='any',