Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Nov 20, 2022
1 parent e50f27a commit 036cd25
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Expand Up @@ -5,14 +5,14 @@ Changelog
2.2.0
-----

Release date: -
Release date: 2022/11/20

- Drop Python 3.6 support.
- Upgrade to Bootstrap 5.2.2, Bootswatch 5.2.2 and Boostrap Icons 1.9.1.
- Add support for strict Content Security Policy (CSP) (`#252 <https://github.com/helloflask/bootstrap-flask/pull/252>`__)
- Upgrade to Bootstrap 5.2.2, Popper 2.11.6, Bootswatch 5.2.2, and Boostrap Icons 1.9.1.
- Support testing and deployment for also Python 3.10.
- Fix example issue with ``paginate`` named parameters.
- Fix example issue with Flask-SQLAlchemy ``paginate`` named parameters.
- Add applying available Bootswatch theme in examples.
- Add support for strict Content Security Policy (CSP) (`#252 <https://github.com/helloflask/bootstrap-flask/pull/252>`__)


2.1.0
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1,3 +1,6 @@
graft flask_bootstrap/static
graft flask_bootstrap/templates
include LICENSE
include README.md
global-exclude *.pyc
global-exclude .DS_Store
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -58,7 +58,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

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

0 comments on commit 036cd25

Please sign in to comment.