mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-04 22:10:24 +00:00
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:
commit
9c0ff80185
2 changed files with 9 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +1,7 @@
|
|||
*.pyc
|
||||
*.db
|
||||
*.orig
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
dist
|
||||
build
|
||||
MANIFEST
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue