Merge branch 'release/0.3.6' into develop

* release/0.3.6:
  Bumping the verison numbers.
This commit is contained in:
Bryan Veloso 2011-04-01 11:59:27 -07:00
commit be28b0dffe
2 changed files with 3 additions and 3 deletions

View file

@ -2,10 +2,10 @@
Django ImageKit
Author: Justin Driscoll <justin.driscoll@gmail.com>
Version: 0.3.5
Version: 0.3.6
"""
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett'
__version__ = (0, 3, 4)
__version__ = (0, 3, 6)

View file

@ -3,7 +3,7 @@ from distutils.core import setup
setup(
name='django-imagekit',
version='0.3.5',
version='0.3.6',
description='Automated image processing for Django models.',
author='Justin Driscoll',
author_email='justin@driscolldev.com',