We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f8256 commit 1831e9aCopy full SHA for 1831e9a
CHANGES.rst
@@ -1,6 +1,19 @@
1
Changelog
2
=========
3
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
17
1.5.2
18
-----
19
setup.py
@@ -14,7 +14,7 @@
setup(
name='Bootstrap-Flask',
- version='1.5.2',
+ version='1.5.3',
url='https://github.com/greyli/bootstrap-flask',
license='MIT',
20
author='Grey Li',
0 commit comments