From 9f4cdae496aedd23f3314217c87ffe21d3e1081a Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sat, 29 May 2021 18:13:15 +0800 Subject: [PATCH] Release 1.6.0 --- CHANGES.rst | 17 +++++++++++++---- setup.py | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1d526150..3304809c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,22 @@ Changelog ========= + +2.0.0 +----- + +Release date: - + +- Drop Python 2 and 3.5 support. + + 1.6.0 ----- -- Add ``new_url`` parameter for ``render_table`` macro. When passing an URL to the ``new_url`` parameter, -the ``render_table`` macro will create a icon (link) on the action header. +Release date: 2021/5/29 + +- Add ``new_url`` parameter for ``render_table`` macro. When passing an URL to the ``new_url`` parameter, the ``render_table`` macro will create a icon (link) on the action header (`#131 `__). +- Fix the dispaly of delete icon for ``render_table`` marco (`#131 `__). 1.5.3 @@ -17,8 +28,6 @@ Release date: 2021/5/18 - Fix hidden field label issue for ``render_field`` macro (`#130 `__). - Refactor tests (`#125 `__). -Thanks to @Demetriex and @Yuxiaoy1. - 1.5.2 ----- diff --git a/setup.py b/setup.py index 7a4b64a1..f5399993 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='Bootstrap-Flask', - version='1.5.4dev', + version='1.6.0', url='https://github.com/greyli/bootstrap-flask', license='MIT', author='Grey Li',