Skip to content

Commit 766930a

Browse files
committed
Release 1.7.0
1 parent fc65e82 commit 766930a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Release date: -
1313
1.7.0
1414
-----
1515

16-
Release date: -
16+
Release date: 2021/6/10
1717

1818
- 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.
1919
- Update Bootstrap Icons to v1.5.0.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='Bootstrap-Flask',
17-
version='1.6.1dev',
17+
version='1.7.0',
1818
url='https://github.com/greyli/bootstrap-flask',
1919
license='MIT',
2020
author='Grey Li',

0 commit comments

Comments
 (0)