We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacdbfa commit 7914862Copy full SHA for 7914862
2 files changed
changelog
@@ -1,3 +1,8 @@
1
+## [2.1.14] - 2019-07-05
2
+### Fixed
3
+- dependency issues with requests and werkzeug
4
+- unable to request api for applications hosted in US node
5
+
6
## [2.1.13] - 2019-06-19
7
### Fixed
8
- dependency issues with requests and urllib3
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='leancloud',
28
- version='2.1.13',
+ version='2.1.14',
29
description='LeanCloud Python SDK',
30
url='https://leancloud.cn/',
31
author='asaka',
0 commit comments