Skip to content

Commit 42472af

Browse files
committed
Merge branch 'release/5.0.1'
2 parents 5ed07c1 + 27ba43a commit 42472af

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ History
44
-------
55

66

7-
5.0.0 (2014-11-21)
7+
5.0.1 (2014-11-21)
88
++++++++++++++++++
99

1010
* Bug fixes and update to Bootstrap 3.2.1
@@ -43,7 +43,7 @@ History
4343
4.9.0 (2014-08-09)
4444
++++++++++++++++++
4545

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
4747

4848

4949
4.8.2 (2014-07-10)

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ include LICENSE
55
include README.rst
66
recursive-include bootstrap3 *.html *.png *.gif *js *jpg *jpeg *svg *py
77
recursive-include demo *.html *.png *.gif *js *jpg *jpeg *svg *py
8-

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__ = '5.0.0'
3+
__version__ = '5.0.1'

0 commit comments

Comments
 (0)