Bump to version 3.2
This commit is contained in:
parent
9048ccdee9
commit
629d82d26b
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
from distutils.version import StrictVersion
|
||||
|
||||
|
||||
VERSION = StrictVersion('3.1.0')
|
||||
VERSION = StrictVersion('3.2.0')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user