Skip to content

Commit e96c6b2

Browse files
author
Bartek Kwiecien
committed
Updated version and changelog
1 parent 24c1f78 commit e96c6b2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
### 3.4.0 (May 13th, 2021)
4+
- Store upload response in Filelink object [#59](https://github.com/filestack/filestack-python/pull/59)
5+
36
### 3.3.0 (March 12th, 2021)
47
- Added Image OCR [#52](https://github.com/filestack/filestack-python/pull/52)
58
- Changed how files from external urls are uploaded [#54](https://github.com/filestack/filestack-python/pull/54)

VERSION

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

33

44
class CFG:

0 commit comments

Comments
 (0)