Skip to content

Commit 15d29fd

Browse files
authored
Merge pull request #393 from PanderMusubi/bootstrap-5.3.6
Upgrade to Bootstrap 5.3.6
2 parents 7438946 + 8bf43d2 commit 15d29fd

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
- Upgrade license format in pyproject.toml.
5+
- Upgrade to Bootstrap 5.3.6
6+
47
2.5.0
58
-----
69

flask_bootstrap/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ def create_app():
277277
278278
.. versionadded:: 2.0.0
279279
"""
280-
bootstrap_version = '5.3.5'
280+
bootstrap_version = '5.3.6'
281281
popper_version = '2.11.8'
282282
icons_version = '1.11.3'
283-
bootstrap_css_integrity = 'sha384-SgOJa3DmI69IUzQ2PVdRZhwQ+dy64/BUtbMJw1MZ8t5HZApcHrRKUc4W0kG879m7'
284-
bootstrap_js_integrity = 'sha384-VQqxDN0EQCkWoxt/0vsQvZswzTHUVOImccYmSyhJTp7kGtPed0Qcx8rK9h9YEgx+'
283+
bootstrap_css_integrity = 'sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT'
284+
bootstrap_js_integrity = 'sha384-RuyvpeZCxMJCqVUGFI0Do1mQrods/hhxYlcVfGPOfQtPJh0JCw12tUAZ/Mv10S7D'
285285
popper_integrity = 'sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r'
286286
popper_name = '@popperjs/core'
287287
static_folder = 'bootstrap5'

flask_bootstrap/static/bootstrap5/css/bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flask_bootstrap/static/bootstrap5/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flask_bootstrap/static/bootstrap5/js/bootstrap.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flask_bootstrap/static/bootstrap5/js/bootstrap.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name = "Bootstrap-Flask"
33
version = "2.5.0"
44
description = "Bootstrap 4 & 5 helper for your Flask projects."
55
readme = "README.md"
6-
license = { text = "MIT" }
6+
license = "MIT"
77
authors = [{ name = "Grey Li", email = "[email protected]" }]
88
classifiers = [
99
'Development Status :: 5 - Production/Stable',
1010
'Environment :: Web Environment',
1111
'Intended Audience :: Developers',
12-
'License :: OSI Approved :: MIT License',
1312
'Operating System :: OS Independent',
1413
'Programming Language :: Python',
1514
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)