We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90759dd commit 3cdeda8Copy full SHA for 3cdeda8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Filestack-Python Changelog
2
3
+### 3.0.1 (July 22nd, 2019)
4
+- Added enhance presets
5
+- Set filelink security when uploading from url
6
+
7
### 3.0.0 (July 16th, 2019)
8
- Dropped support for Python 2.7
9
- client.upload() now handles local files and file-like objects, accepts keyword arguments only
VERSION
@@ -1 +1 @@
-3.0.0
+3.0.1
filestack/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.0.0'
+__version__ = '3.0.1'
from .models.client import Client
from .models.filelink import Filelink
from .models.security import Security
0 commit comments