We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7aeea commit 5ff9275Copy full SHA for 5ff9275
HISTORY.rst
@@ -4,10 +4,10 @@ History
4
-------
5
6
7
-4.9.2 (2014-08-11)
8
-++++++++++++++++++
+4.11.0 (2014-08-19)
++++++++++++++++++++
9
10
-* Fixed bug causing problems with setting classes for horizontal forms
+* Improved handling and control of form classes for error and success
11
12
13
4.10.1 (2014-08-18)
@@ -22,6 +22,12 @@ History
22
* Template tag `bootstrap_icon` now supports a `title` parameter
23
24
25
+4.9.2 (2014-08-11)
26
+++++++++++++++++++
27
+
28
+* Fixed bug causing problems with setting classes for horizontal forms
29
30
31
4.9.1 (2014-08-10)
32
++++++++++++++++++
33
bootstrap3/__init__.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = '4.10.1'
+__version__ = '4.11.0'
0 commit comments