From 5d0808467e8ec884742860f5ac0da050e3549334 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Fri, 11 Feb 2011 12:52:42 -0800 Subject: [PATCH 1/2] Bumping internal version to 0.3.4. --- imagekit/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/imagekit/__init__.py b/imagekit/__init__.py index 1d30445..aa78b1e 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -1,10 +1,11 @@ """ - Django ImageKit Author: Justin Driscoll -Version: 0.3.3 +Version: 0.3.4 """ -VERSION = "0.3.3" - \ No newline at end of file +__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett' +__version__ = (0, 3, 4) + + From 12bc6fa566ecbd721afc79975e19a9abed0dfa73 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Fri, 11 Feb 2011 12:59:24 -0800 Subject: [PATCH 2/2] Adding distutils stuff to .gitignore. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3808001..e3abc3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.pyc *.db *.orig -.DS_Store \ No newline at end of file +.DS_Store +dist +build +MANIFEST