Skip to content

Commit 1831e9a

Browse files
committed
Release 1.5.3
1 parent a6f8256 commit 1831e9a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
5+
1.5.3
6+
-----
7+
8+
Release date: 2021/5/18
9+
10+
- Fix class for horizontal form label (`#131 <https://github.com/greyli/bootstrap-flask/pull/131>`__).
11+
- Fix hidden field label issue for ``render_field`` macro (`#130 <https://github.com/greyli/bootstrap-flask/pull/130>`__).
12+
- Refactor tests (`#125 <https://github.com/greyli/bootstrap-flask/pull/125>`__).
13+
14+
Thanks to @Demetriex and @Yuxiaoy1.
15+
16+
417
1.5.2
518
-----
619

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.5.2',
17+
version='1.5.3',
1818
url='https://github.com/greyli/bootstrap-flask',
1919
license='MIT',
2020
author='Grey Li',

0 commit comments

Comments
 (0)