Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Aug 20, 2022
1 parent 67b0a67 commit 2d968bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
2.1.0
-----

Release date: --
Release date: 2022/8/20

- Add ``safe_columns`` and ``urlize_columns`` parameters to ``render_table`` macro
to support rendering table column as HTML/URL (`#204 <https://github.com/helloflask/bootstrap-flask/pull/204>`__).
Expand Down
7 changes: 6 additions & 1 deletion docs/migrate.rst
Expand Up @@ -18,7 +18,7 @@ Flask-Bootstrap first and then install Bootstrap-Flask:
$ pip uninstall flask-bootstrap
$ pip install bootstrap-flask
if you accidentally installed both of them, you will need to uninstall them both first:
If you accidentally installed both of them, you will need to uninstall them both first:

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

The mix of these two project will cause the template not found error:

- TemplateNotFound jinja2.exceptions.TemplateNotFound: bootstrap/nav.html
- TemplateNotFound jinja2.exceptions.TemplateNotFound: bootstrap/wtf.html

Initialize the Extension
------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setup(
name='Bootstrap-Flask',
version='2.1.0dev',
version='2.1.0',
url='https://github.com/greyli/bootstrap-flask',
license='MIT',
author='Grey Li',
Expand Down

0 comments on commit 2d968bf

Please sign in to comment.