Merge branch 'release/3.2.1' into develop

* release/3.2.1:
  Bump the version to 3.2.1.
This commit is contained in:
Bryan Veloso 2014-04-04 09:27:48 -07:00
commit 5bb41bdccd

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'
__version__ = '3.2.1'
__license__ = 'BSD'
__all__ = ['__title__', '__author__', '__version__', '__license__']