Skip to content

Commit 05d7960

Browse files
author
Amir Tocker
committed
Fix categorization test criteria
1 parent 2b046a8 commit 05d7960

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11

2+
1.3.2 / 2016-03-23
3+
==================
4+
5+
New functionality and features
6+
------------------------------
7+
8+
* Support conditional transformations via the if parameter
9+
* Process all upload parameters for explicit API.
10+
11+
Other Changes
12+
-------------
13+
14+
* Fix categorization test criteria
15+
* Delete resources by tag after tests
16+
* Replace `ARCHIVE_TAG` with `TEST_TAG`
17+
* Add `TEST_IMAGE` and `TEST_TAG`
18+
219
1.3.1 / 2016-02-03
320
==================
421

cloudinary.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: cloudinary
3-
Version: 1.3.1
3+
Version: 1.3.2
44
Summary: Python interface to Cloudinary
55
Home-page: http://cloudinary.com
66
Author: Cloudinary

cloudinary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
SHARED_CDN = AKAMAI_SHARED_CDN
1212
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1313

14-
VERSION = "1.3.1"
14+
VERSION = "1.3.2"
1515
USER_AGENT = "CloudinaryPython/" + VERSION
1616
""" :const: USER_AGENT """
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.3.1'
3+
version = '1.3.2'
44

55
setup(name='cloudinary',
66
version=version,

0 commit comments

Comments
 (0)