Skip to content

Commit

Permalink
Fix categorization test criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Mar 23, 2016
1 parent 2b046a8 commit 05d7960
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,21 @@

1.3.2 / 2016-03-23
==================

New functionality and features
------------------------------

* Support conditional transformations via the if parameter
* Process all upload parameters for explicit API.

Other Changes
-------------

* Fix categorization test criteria
* Delete resources by tag after tests
* Replace `ARCHIVE_TAG` with `TEST_TAG`
* Add `TEST_IMAGE` and `TEST_TAG`

1.3.1 / 2016-02-03
==================

Expand Down
2 changes: 1 addition & 1 deletion cloudinary.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: cloudinary
Version: 1.3.1
Version: 1.3.2
Summary: Python interface to Cloudinary
Home-page: http://cloudinary.com
Author: Cloudinary
Expand Down
2 changes: 1 addition & 1 deletion cloudinary/__init__.py
Expand Up @@ -11,7 +11,7 @@
SHARED_CDN = AKAMAI_SHARED_CDN
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"

VERSION = "1.3.1"
VERSION = "1.3.2"
USER_AGENT = "CloudinaryPython/" + VERSION
""" :const: USER_AGENT """

Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.3.1'
version = '1.3.2'

setup(name='cloudinary',
version=version,
Expand Down

0 comments on commit 05d7960

Please sign in to comment.