Skip to content

Commit 5ee85fe

Browse files
author
Bartek Kwiecien
committed
Updated version and changelog
1 parent 82db534 commit 5ee85fe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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+
37
### 3.4.0 (May 13th, 2021)
48
- Store upload response in Filelink object [#59](https://github.com/filestack/filestack-python/pull/59)
59

VERSION

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

33

44
class CFG:

0 commit comments

Comments
 (0)