Skip to content

Commit d215e09

Browse files
committed
Release 2.0.1
1 parent ff72e10 commit d215e09

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Changelog
77
Release date: --
88

99

10+
2.0.1
11+
-----
12+
13+
Release date: 2022/1/27
14+
15+
- Remove extra quotaion mark in ``render_nav_item``
16+
(`#201 <https://github.com/greyli/bootstrap-flask/pull/201>`__).
17+
- Fix signature of ``Bootstrap.__init__()`` incompatible with older version
18+
(`#198 <https://github.com/greyli/bootstrap-flask/pull/198>`__).
19+
20+
1021
2.0.0
1122
-----
1223

setup.py

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

1717
setup(
1818
name='Bootstrap-Flask',
19-
version='2.1.0dev',
19+
version='2.0.1',
2020
url='https://github.com/greyli/bootstrap-flask',
2121
license='MIT',
2222
author='Grey Li',

0 commit comments

Comments
 (0)