Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jan 13, 2022
1 parent 6b7ac57 commit d600783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -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
Expand All @@ -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',
Expand Down

0 comments on commit d600783

Please sign in to comment.