mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-11 06:43:09 +00:00
Merge branch 'release/1.0.1' into develop
* release/1.0.1: Bumping docs to 1.0.1. Bumping version to 1.0.1.
This commit is contained in:
commit
58a1f35425
2 changed files with 3 additions and 4 deletions
|
|
@ -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'
|
||||
version = '1.0.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.0'
|
||||
release = '1.0.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
__title__ = 'django-imagekit'
|
||||
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
|
||||
__version__ = (1, 1, 0, 'dev', 0)
|
||||
__build__ = 0x001000
|
||||
__version__ = (1, 0, 1, 'final', 0)
|
||||
__license__ = 'BSD'
|
||||
|
|
|
|||
Loading…
Reference in a new issue