Skip to content

Commit 95c7591

Browse files
author
Bartek Kwiecien
committed
Updated version and changelog
1 parent a4d32b0 commit 95c7591

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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+
38
### 3.2.1 (July 22nd, 2020)
49
- FS-7797 changed http method used when uploading external urls
510

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.3.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.2.2'
1+
__version__ = '3.3.0'
22

33

44
class CFG:

0 commit comments

Comments
 (0)