mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-09 07:51:00 +00:00
Bump to 2.0.4.
This commit is contained in:
parent
f611fc57e8
commit
767ae9a834
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue