Bump the version to 3.2.4.

This commit is contained in:
Bryan Veloso 2014-09-28 13:23:32 -07:00
parent 7f40d4fd4b
commit 1d5606b3d7

View file

@ -1,5 +1,5 @@
__title__ = 'django-imagekit'
__author__ = 'Matthew Tretter, Eric Eldredge, Bryan Veloso, Greg Newman, Chris Drackett, Justin Driscoll'
__version__ = '3.2.3'
__version__ = '3.2.4'
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']