Skip to content

Commit 57091bd

Browse files
author
Bartek Kwiecien
committed
Merge tag '3.1.0' into develop
3.1.0
2 parents e8963db + 5d3d350 commit 57091bd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
### 3.1.0 (April 14th, 2020)
4+
- Transformations added: auto_image, minify_js, minify_css
5+
- Added configurable CNAME
6+
- Fixed path param in store task
7+
38
### 3.0.1 (July 22nd, 2019)
49
- Added enhance presets
510
- Set filelink security when uploading from url

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.1.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.0.1'
1+
__version__ = '3.1.0'
22

33

44
class CFG:

0 commit comments

Comments
 (0)