mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-05 06:10:58 +00:00
The serial must be greater than 0 for an alpha release. Fixes #101. Thanks @vesterbaek!
This commit is contained in:
parent
a004071e27
commit
dafbe2040d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
__title__ = 'django-imagekit'
|
||||
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge'
|
||||
__version__ = (2, 0, 0, 'alpha', 0)
|
||||
__version__ = (2, 0, 0, 'alpha', 1)
|
||||
__license__ = 'BSD'
|
||||
|
|
|
|||
Loading…
Reference in a new issue