mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Bumping the version number.
This commit is contained in:
parent
2a275f094c
commit
3bacd51ba5
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ copyright = u'2011, Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett &
|
|||
# The short X.Y version.
|
||||
version = '1.1.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.1.0dev'
|
||||
release = '1.1.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__title__ = 'django-imagekit'
|
||||
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
|
||||
__version__ = (1, 1, 0, 'dev', 0)
|
||||
__version__ = (1, 1, 0, 'final', 0)
|
||||
__license__ = 'BSD'
|
||||
|
|
|
|||
Loading…
Reference in a new issue