We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1805a commit bb4e053Copy full SHA for bb4e053
2 files changed
changelog
@@ -1,3 +1,7 @@
1
+## [2.1.10] - 2019-03-18
2
+### Changed
3
+- Upgrade Qiniu SDK
4
+
5
## [2.1.9] - 2019-03-11
6
### Fixed
7
- Fixed CookieSessionMiddleware.pre_process fail when session_token doesn't exist in Cookies
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name='leancloud',
27
- version='2.1.9',
+ version='2.1.10',
28
description='LeanCloud Python SDK',
29
url='https://leancloud.cn/',
30
author='asaka',
0 commit comments