Skip to content

Commit 52cff6f

Browse files
committed
Bump popper.js to 1.12.9
1 parent 89cfcda commit 52cff6f

File tree

5 files changed

+93
-85
lines changed

5 files changed

+93
-85
lines changed

flask_bootstrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def is_hidden_field_filter(field):
2121

2222
__version__ = '4.0.0-beta.0.dev1'
2323
BOOTSTRAP_VERSION_RE = re.compile(r'(\d+\.\d+\.\d+(\-[a-z]+)?)')
24-
POPPER_VERSION = '1.11.1'
24+
POPPER_VERSION = '1.12.9'
2525
JQUERY_VERSION = '3.2.1'
2626

2727

0 commit comments

Comments
 (0)