diff --git a/CHANGES.rst b/CHANGES.rst index bbed9594..97576209 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,7 +13,7 @@ Release date: - 1.7.0 ----- -Release date: - +Release date: 2021/6/10 - Add a ``custom_actions`` parameter for the ``render_table`` macro. When passing a list of tuples ``[(title, bootstrap icon, link)]`` to the ``custom_actions`` parameter, the ``render_table`` macro will create an icon (link) on the action column for each tuple in the list. The title text (first index of each tuple) will show when hovering over each ``custom_actions`` button. - Update Bootstrap Icons to v1.5.0. diff --git a/setup.py b/setup.py index fd7c27d1..6dd8c19d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='Bootstrap-Flask', - version='1.6.1dev', + version='1.7.0', url='https://github.com/greyli/bootstrap-flask', license='MIT', author='Grey Li',