Skip to content

Commit 3cdeda8

Browse files
author
Bartek Kwiecien
committed
updated version and changelog
1 parent 90759dd commit 3cdeda8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
### 3.0.1 (July 22nd, 2019)
4+
- Added enhance presets
5+
- Set filelink security when uploading from url
6+
37
### 3.0.0 (July 16th, 2019)
48
- Dropped support for Python 2.7
59
- client.upload() now handles local files and file-like objects, accepts keyword arguments only

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

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.0'
1+
__version__ = '3.0.1'
22
from .models.client import Client
33
from .models.filelink import Filelink
44
from .models.security import Security

0 commit comments

Comments
 (0)