Skip to content

Commit 0e44e33

Browse files
committed
chore: Updated changelog and version
1 parent 5217a70 commit 0e44e33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Filestack-Python Changelog
22

3-
### 3.6.0 (May 9th, 2024)
3+
### 4.0.0 (September 17th, 2024)
44
- Compatibility fix for AWS Lambda with Python 3.11 [#73](https://github.com/filestack/filestack-python/pull/73)
55
- A bunch of transform features added [#74](https://github.com/filestack/filestack-python/pull/75)
66
- Bumped requests lib version from 2.25.1 to >=2.31.0 [#75](https://github.com/filestack/filestack-python/pull/75)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0
1+
4.0.0

filestack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.6.0'
1+
__version__ = '4.0.0'
22

33

44
class CFG:

0 commit comments

Comments
 (0)