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 24c1f78 + e19c7e7 commit 64787dcCopy full SHA for 64787dc
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Filestack-Python Changelog
2
3
+### 3.4.0 (May 13th, 2021)
4
+- Store upload response in Filelink object [#59](https://github.com/filestack/filestack-python/pull/59)
5
+
6
### 3.3.0 (March 12th, 2021)
7
- Added Image OCR [#52](https://github.com/filestack/filestack-python/pull/52)
8
- Changed how files from external urls are uploaded [#54](https://github.com/filestack/filestack-python/pull/54)
VERSION
@@ -1 +1 @@
-3.3.0
+3.4.0
filestack/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.3.0'
+__version__ = '3.4.0'
class CFG:
0 commit comments