Skip to content

Commit 629d82d

Browse files
committed
Bump to version 3.2
1 parent 9048ccd commit 629d82d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
- 2013-12-06:
28

39
- Fixed problem with inputs of type file, that were displayed inside an input text element

bootstrapform/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from distutils.version import StrictVersion
22

33

4-
VERSION = StrictVersion('3.1.0')
4+
VERSION = StrictVersion('3.2.0')
55

0 commit comments

Comments
 (0)