We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c3877 commit 893c19aCopy full SHA for 893c19a
changelog
@@ -1,3 +1,7 @@
1
+## [2.9.4] - 2021-07-13
2
+### Fixed
3
+- update qiniu sdk to fix parameter mismatch exception (#521)
4
+
5
## [2.9.3] - 2021-05-19
6
### Fixed
7
- dependency issues with werkzeug >= 2.0.0
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name='leancloud',
23
- version='2.9.3',
+ version='2.9.4',
24
description='LeanCloud Python SDK',
25
url='https://leancloud.cn/',
26
author='asaka',
0 commit comments