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 a4d32b0 commit 95c7591Copy full SHA for 95c7591
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Filestack-Python Changelog
2
3
+### 3.3.0 (March 12th, 2021)
4
+- Added Image OCR [#52](https://github.com/filestack/filestack-python/pull/52)
5
+- Changed how files from external urls are uploaded [#54](https://github.com/filestack/filestack-python/pull/54)
6
+- Added custom exception for HTTP errors [#57](https://github.com/filestack/filestack-python/pull/57)
7
+
8
### 3.2.1 (July 22nd, 2020)
9
- FS-7797 changed http method used when uploading external urls
10
VERSION
@@ -1 +1 @@
-3.2.1
+3.3.0
filestack/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.2.2'
+__version__ = '3.3.0'
class CFG:
0 commit comments