diff --git a/imagekit_cropper/specs.py b/imagekit_cropper/specs.py index 19606ba..e342b04 100644 --- a/imagekit_cropper/specs.py +++ b/imagekit_cropper/specs.py @@ -59,7 +59,7 @@ def get_hash(self): else: keys.append(processor) - print 'keys: %s'%(keys) + # print 'keys: %s'%(keys) pickled = hashers.pickle(keys) return pickled diff --git a/setup.py b/setup.py index b3a67b7..45eb2a7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ #this is a test setup(name = 'django-imagekit-cropper', description = 'Allow users to manually specify image variant crops', - version = '1.1', + version = '1.2', url = 'https://github.com/ninapavlich/django-imagekit-cropper', author = 'Nina Pavlich', author_email='nina@ninalp.com',