Skip to content

Commit 2002c41

Browse files
committed
Prepare 5.0.0
1 parent c1cf551 commit 2002c41

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ History
44
-------
55

66

7+
5.0.0 (2014-11-21)
8+
++++++++++++++++++
9+
10+
* Bug fixes and update to Bootstrap 3.2.1
11+
12+
713
4.11.0 (2014-08-19)
814
+++++++++++++++++++
915

bootstrap3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '4.11.0'
3+
__version__ = '5.0.0'

bootstrap3/templatetags/bootstrap3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def bootstrap_css():
156156
{% bootstrap_css %}
157157
"""
158158
urls = [url for url in [bootstrap_css_url(), bootstrap_theme_url()] if url]
159-
return ''.join([render_link_tag(url, media='screen') for url in urls])
159+
return ''.join([render_link_tag(url) for url in urls])
160160

161161

162162
@register.simple_tag

0 commit comments

Comments
 (0)