Skip to content

Commit

Permalink
🔖 release 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ym authored Jul 5, 2019
2 parents 661036d + 7914862 commit 909511f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.1.14] - 2019-07-05
### Fixed
- dependency issues with requests and werkzeug
- unable to request api for applications hosted in US node

## [2.1.13] - 2019-06-19
### Fixed
- dependency issues with requests and urllib3
Expand Down
2 changes: 2 additions & 0 deletions leancloud/app_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def __init__(self, app_id, region):
elif region == 'CN':
if app_id.endswith('-9Nh9j0Va'):
domain = 'lncldapi.com'
elif app_id.endswith('-MdYXbMMI'):
domain = 'lncldglobal.com'
else:
domain = 'lncld.net'
else:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='leancloud',
version='2.1.13',
version='2.1.14',
description='LeanCloud Python SDK',
url='https://leancloud.cn/',
author='asaka',
Expand Down

0 comments on commit 909511f

Please sign in to comment.