From 1b29437180834ec5196b5b07c6ee24fff0bf996d Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Sat, 12 Feb 2011 14:04:42 -0800 Subject: [PATCH 1/2] Bumping the version number. --- imagekit/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imagekit/__init__.py b/imagekit/__init__.py index aa78b1e..5a0a950 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -2,7 +2,7 @@ Django ImageKit Author: Justin Driscoll -Version: 0.3.4 +Version: 0.3.5 """ __author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett' diff --git a/setup.py b/setup.py index 0c0d585..8ac1594 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ 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', From 9fa53856dc0a79c7780d6d9874e8f45a775b8549 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Sat, 12 Feb 2011 14:05:15 -0800 Subject: [PATCH 2/2] One really should be able to add multiple maintainers. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 8ac1594..3f21307 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,9 @@ setup( 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',