Bump to 2.0.4.

This commit is contained in:
Bryan Veloso 2013-03-20 23:13:20 -07:00
parent f611fc57e8
commit 767ae9a834
2 changed files with 3 additions and 3 deletions

View file

@ -50,9 +50,9 @@ copyright = u'2011, Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett &
# built documents.
#
# The short X.Y version.
version = '2.0.3'
version = '2.0.4'
# The full version, including alpha/beta/rc tags.
release = '2.0.3'
release = '2.0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -1,6 +1,6 @@
__title__ = 'django-imagekit'
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
__version__ = (2, 0, 3, 'final', 0)
__version__ = (2, 0, 4, 'final', 0)
__license__ = 'BSD'