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:
Bryan Veloso 2011-02-12 14:05:34 -08:00
commit ede86f7faa
2 changed files with 5 additions and 2 deletions

View file

@ -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'

View file

@ -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',