Bump to version 3.2

This commit is contained in:
tzangms 2015-03-09 16:08:47 +00:00
parent 9048ccdee9
commit 629d82d26b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
- 2015-03-09:
- Fix unit test fail with Django 1.7 @nikolas
- Performance improvement by @theSage21 @stephane
- Some bugfixes and improvements by @nikolas @zauddelig @bulv1ne
- 2013-12-06:
- Fixed problem with inputs of type file, that were displayed inside an input text element

View File

@ -1,5 +1,5 @@
from distutils.version import StrictVersion
VERSION = StrictVersion('3.1.0')
VERSION = StrictVersion('3.2.0')