We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5217a70 commit 0e44e33Copy full SHA for 0e44e33
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Filestack-Python Changelog
2
3
-### 3.6.0 (May 9th, 2024)
+### 4.0.0 (September 17th, 2024)
4
- Compatibility fix for AWS Lambda with Python 3.11 [#73](https://github.com/filestack/filestack-python/pull/73)
5
- A bunch of transform features added [#74](https://github.com/filestack/filestack-python/pull/75)
6
- Bumped requests lib version from 2.25.1 to >=2.31.0 [#75](https://github.com/filestack/filestack-python/pull/75)
VERSION
@@ -1 +1 @@
-3.6.0
+4.0.0
filestack/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.6.0'
+__version__ = '4.0.0'
class CFG:
0 commit comments