Merge branch 'release/0.3.4' into develop

* release/0.3.4:
  Adding distutils stuff to .gitignore.
  Bumping internal version to 0.3.4.
This commit is contained in:
Bryan Veloso 2011-02-11 12:59:51 -08:00
commit 9c0ff80185
2 changed files with 9 additions and 5 deletions

5
.gitignore vendored
View file

@ -1,4 +1,7 @@
*.pyc
*.db
*.orig
.DS_Store
.DS_Store
dist
build
MANIFEST

View file

@ -1,10 +1,11 @@
"""
Django ImageKit
Author: Justin Driscoll <justin.driscoll@gmail.com>
Version: 0.3.3
Version: 0.3.4
"""
VERSION = "0.3.3"
__author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett'
__version__ = (0, 3, 4)