File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
-------
5
5
6
6
7
- 5.0.0 (2014-11-21)
7
+ 5.0.1 (2014-11-21)
8
8
++++++++++++++++++
9
9
10
10
* Bug fixes and update to Bootstrap 3.2.1
@@ -43,7 +43,7 @@ History
43
43
4.9.0 (2014-08-09)
44
44
++++++++++++++++++
45
45
46
- * New parameter `href ` for `bootstrap_button `, if provided will render `a ` tag instead of `buttonz tag
46
+ * New parameter `href ` for `bootstrap_button `, if provided will render `a ` tag instead of `button ` tag
47
47
48
48
49
49
4.8.2 (2014-07-10)
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ include LICENSE
5
5
include README.rst
6
6
recursive-include bootstrap3 *.html *.png *.gif *js *jpg *jpeg *svg *py
7
7
recursive-include demo *.html *.png *.gif *js *jpg *jpeg *svg *py
8
-
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- __version__ = '5.0.0 '
3
+ __version__ = '5.0.1 '
You can’t perform that action at this time.
0 commit comments