Skip to content

Commit f75a657

Browse files
author
Bartek Kwiecien
committed
Merge tag '3.0.0' into develop
3.0.0
2 parents 1437d06 + ef0c3cf commit f75a657

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

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+
39
### 2.8.1 (July 3th, 2019)
410
- Fixed store params in external url upload
511

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0a1
1+
3.0.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.0a1'
1+
__version__ = '3.0.0'
22
from .models.client import Client
33
from .models.filelink import Filelink
44
from .models.security import Security

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read_version():
1616
name='filestack-python',
1717
version=read_version(),
1818
license='Apache 2.0',
19-
description='Filestack REST API Library',
19+
description='Filestack Python SDK',
2020
long_description='Visit: https://github.com/filestack/filestack-python',
2121
url='https://github.com/filestack/filestack-python',
2222
author='filestack.com',

0 commit comments

Comments
 (0)