Skip to content

Commit

Permalink
Bumped html5shiv version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed May 21, 2016
1 parent 1b95443 commit 3eebfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_bootstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def is_hidden_field_filter(field):
__version__ = '3.3.6.0.dev1'
BOOTSTRAP_VERSION = re.sub(r'^(\d+\.\d+\.\d+).*', r'\1', __version__)
JQUERY_VERSION = '1.12.4'
HTML5SHIV_VERSION = '3.7.2'
HTML5SHIV_VERSION = '3.7.3'
RESPONDJS_VERSION = '1.4.2'


Expand Down

0 comments on commit 3eebfa5

Please sign in to comment.