Skip to content

Commit 2d968bf

Browse files
committed
Release 2.1.0
1 parent 67b0a67 commit 2d968bf

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
2.1.0
55
-----
66

7-
Release date: --
7+
Release date: 2022/8/20
88

99
- Add ``safe_columns`` and ``urlize_columns`` parameters to ``render_table`` macro
1010
to support rendering table column as HTML/URL (`#204 <https://github.com/helloflask/bootstrap-flask/pull/204>`__).

docs/migrate.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Flask-Bootstrap first and then install Bootstrap-Flask:
1818
$ pip uninstall flask-bootstrap
1919
$ pip install bootstrap-flask
2020
21-
if you accidentally installed both of them, you will need to uninstall them both first:
21+
If you accidentally installed both of them, you will need to uninstall them both first:
2222

2323
.. code-block:: bash
2424
@@ -27,6 +27,11 @@ if you accidentally installed both of them, you will need to uninstall them both
2727
2828
If you want to use both Flask-Bootstrap and Bootstrap-Flask for different projects, you can use virtual environment.
2929

30+
The mix of these two project will cause the template not found error:
31+
32+
- TemplateNotFound jinja2.exceptions.TemplateNotFound: bootstrap/nav.html
33+
- TemplateNotFound jinja2.exceptions.TemplateNotFound: bootstrap/wtf.html
34+
3035
Initialize the Extension
3136
------------------------
3237

setup.py

+1-1
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.1.0',
2020
url='https://github.com/greyli/bootstrap-flask',
2121
license='MIT',
2222
author='Grey Li',

0 commit comments

Comments
 (0)