mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-17 05:40:25 +00:00
Merge branch 'release/0.3.5' into develop
* release/0.3.5: One really should be able to add multiple maintainers. Bumping the version number.
This commit is contained in:
commit
ede86f7faa
2 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Django ImageKit
|
||||
|
||||
Author: Justin Driscoll <justin.driscoll@gmail.com>
|
||||
Version: 0.3.4
|
||||
Version: 0.3.5
|
||||
|
||||
"""
|
||||
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett'
|
||||
|
|
|
|||
5
setup.py
5
setup.py
|
|
@ -3,10 +3,13 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='django-imagekit',
|
||||
version='0.3.4',
|
||||
version='0.3.5',
|
||||
description='Automated image processing for Django models.',
|
||||
author='Justin Driscoll',
|
||||
author_email='justin@driscolldev.com',
|
||||
maintainer='Bryan Veloso',
|
||||
maintainer_email='bryan@revyver.com',
|
||||
license='BSD',
|
||||
url='http://github.com/jdriscoll/django-imagekit/',
|
||||
packages=[
|
||||
'imagekit',
|
||||
|
|
|
|||
Loading…
Reference in a new issue