Skip to content

Commit 0baf04d

Browse files
author
Bartek Kwiecien
committed
Merge tag '3.2.0' into develop
3.2.0
2 parents 39c5e15 + 87a2abd commit 0baf04d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Filestack-Python Changelog
22

3+
### 3.2.0 (June 2nd, 2020)
4+
- Added upload tags
5+
36
### 3.1.0 (April 14th, 2020)
47
- Transformations added: auto_image, minify_js, minify_css
58
- Added configurable CNAME

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.2.0

filestack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.1.0'
1+
__version__ = '3.2.0'
22

33

44
class CFG:

0 commit comments

Comments
 (0)