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 ff72e10 commit d215e09Copy full SHA for d215e09
CHANGES.rst
@@ -7,6 +7,17 @@ Changelog
7
Release date: --
8
9
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
21
2.0.0
22
-----
23
setup.py
@@ -16,7 +16,7 @@
setup(
name='Bootstrap-Flask',
- version='2.1.0dev',
+ version='2.0.1',
url='https://github.com/greyli/bootstrap-flask',
license='MIT',
author='Grey Li',
0 commit comments