Skip to content

Commit ba5609b

Browse files
author
Bartek Kwiecien
committed
Updated version and changelog
1 parent e97f0ed commit ba5609b

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.2.1 (July 22nd, 2020)
4+
- FS-7797 changed http method used when uploading external urls
5+
36
### 3.2.0 (June 2nd, 2020)
47
- Added upload tags
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.2.1

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.0'
1+
__version__ = '3.2.1'
22

33

44
class CFG:

0 commit comments

Comments
 (0)