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 9048ccd commit 629d82dCopy full SHA for 629d82d
CHANGES.txt
@@ -1,3 +1,9 @@
1
+- 2015-03-09:
2
+
3
+ - Fix unit test fail with Django 1.7 @nikolas
4
+ - Performance improvement by @theSage21 @stephane
5
+ - Some bugfixes and improvements by @nikolas @zauddelig @bulv1ne
6
7
- 2013-12-06:
8
9
- Fixed problem with inputs of type file, that were displayed inside an input text element
bootstrapform/meta.py
@@ -1,5 +1,5 @@
from distutils.version import StrictVersion
-VERSION = StrictVersion('3.1.0')
+VERSION = StrictVersion('3.2.0')
0 commit comments