Skip to content

Commit 909511f

Browse files
authored
πŸ”– release 2.1.14
2 parents 661036d + 7914862 commit 909511f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

β€Žchangelogβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## [2.1.13] - 2019-06-19
27
### Fixed
38
- dependency issues with requests and urllib3

β€Žleancloud/app_router.pyβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ def __init__(self, app_id, region):
2929
elif region == 'CN':
3030
if app_id.endswith('-9Nh9j0Va'):
3131
domain = 'lncldapi.com'
32+
elif app_id.endswith('-MdYXbMMI'):
33+
domain = 'lncldglobal.com'
3234
else:
3335
domain = 'lncld.net'
3436
else:

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='leancloud',
28-
version='2.1.13',
28+
version='2.1.14',
2929
description='LeanCloud Python SDK',
3030
url='https://leancloud.cn/',
3131
author='asaka',

0 commit comments

Comments
Β (0)