Bumping version numbers.

This commit is contained in:
Bryan Veloso 2011-11-10 15:30:01 +09:00
parent 6f8ea4911c
commit 83cc7f4cc3
2 changed files with 3 additions and 3 deletions

View file

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

View file

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