From 036cd2584f0a22109896fc2b5de7c947dbe98255 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sun, 20 Nov 2022 16:15:37 +0800 Subject: [PATCH] Release 2.2.0 --- CHANGES.rst | 8 ++++---- MANIFEST.in | 3 +++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4448d09e..af86dcce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 `__) +- 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 `__) 2.1.0 diff --git a/MANIFEST.in b/MANIFEST.in index 45a8b5ae..7e172380 100644 --- a/MANIFEST.in +++ b/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 diff --git a/docs/conf.py b/docs/conf.py index 255769d5..620183c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index b4287ce2..9dfb9a47 100644 --- a/setup.py +++ b/setup.py @@ -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',