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.
2 parents 82db534 + 5075b99 commit 767d756Copy full SHA for 767d756
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Filestack-Python Changelog
2
3
+### 3.5.0 (September 17th, 2021)
4
+- Broaden pinned requests version from 2.24.0 to >=2.25.1 [#61](https://github.com/filestack/filestack-python/pull/61)
5
+- Use Client's storage when uploading external urls [#62](https://github.com/filestack/filestack-python/pull/62)
6
+
7
### 3.4.0 (May 13th, 2021)
8
- Store upload response in Filelink object [#59](https://github.com/filestack/filestack-python/pull/59)
9
VERSION
@@ -1 +1 @@
-3.4.0
+3.5.0
filestack/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.4.0'
+__version__ = '3.5.0'
class CFG:
0 commit comments