Skip to content

Commit 036cd25

Browse files
committed
Release 2.2.0
1 parent e50f27a commit 036cd25

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGES.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Changelog
55
2.2.0
66
-----
77

8-
Release date: -
8+
Release date: 2022/11/20
99

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

1717

1818
2.1.0

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
graft flask_bootstrap/static
22
graft flask_bootstrap/templates
33
include LICENSE
4+
include README.md
5+
global-exclude *.pyc
6+
global-exclude .DS_Store

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
#
5959
# This is also used if you do content translation via gettext catalogs.
6060
# Usually you set "language" from the command line for these cases.
61-
language = None
61+
language = 'en'
6262

6363
# List of patterns, relative to source directory, that match files and
6464
# directories to ignore when looking for source files.

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.2.0dev',
19+
version='2.2.0',
2020
url='https://github.com/helloflask/bootstrap-flask',
2121
license='MIT',
2222
author='Grey Li',

0 commit comments

Comments
 (0)