Skip to content

Commit 8e5d93f

Browse files
author
Nik Nyby
committed
Bootstrap 3.3.1
1 parent 0ca1857 commit 8e5d93f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap3/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Default settings
99
BOOTSTRAP3_DEFAULTS = {
1010
'jquery_url': '//code.jquery.com/jquery.min.js',
11-
'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.2.0/',
11+
'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.3.1/',
1212
'css_url': None,
1313
'theme_url': None,
1414
'javascript_url': None,

docs/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The ``BOOTSTRAP3`` dict variable is contains these settings and defaults:
1818
'jquery_url': '//code.jquery.com/jquery.min.js',
1919
2020
# The Bootstrap base URL
21-
'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.2.0/',
21+
'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.3.1/',
2222
2323
# The complete URL to the Bootstrap CSS file (None means derive it from base_url)
2424
'css_url': None,

0 commit comments

Comments
 (0)