File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Filestack-Python Changelog
2
2
3
+ ### 3.0.0 (July 16th, 2019)
4
+ - Dropped support for Python 2.7
5
+ - client.upload() now handles local files and file-like objects, accepts keyword arguments only
6
+ - client.upload_url() handles external url uploads
7
+ - Please see [ API Reference] ( https://filestack-python.readthedocs.io ) to learn more
8
+
3
9
### 2.8.1 (July 3th, 2019)
4
10
- Fixed store params in external url upload
5
11
Original file line number Diff line number Diff line change 1
- 3.0.0a1
1
+ 3.0.0
Original file line number Diff line number Diff line change 1
- __version__ = '3.0.0a1 '
1
+ __version__ = '3.0.0 '
2
2
from .models .client import Client
3
3
from .models .filelink import Filelink
4
4
from .models .security import Security
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def read_version():
16
16
name = 'filestack-python' ,
17
17
version = read_version (),
18
18
license = 'Apache 2.0' ,
19
- description = 'Filestack REST API Library ' ,
19
+ description = 'Filestack Python SDK ' ,
20
20
long_description = 'Visit: https://github.com/filestack/filestack-python' ,
21
21
url = 'https://github.com/filestack/filestack-python' ,
22
22
author = 'filestack.com' ,
You can’t perform that action at this time.
0 commit comments