We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eec068 commit 2516b2cCopy full SHA for 2516b2c
3 files changed
changelog
@@ -1,3 +1,7 @@
1
+## [2.1.8] - 2017-04-09
2
+### Fixed
3
+- Fixed requestSmsCode fail when sending international sms
4
+
5
## [2.1.7] - 2017-12-27
6
### Fixed
7
- Minor crash bug introduced by 2.1.6 fix
leancloud/__init__.py
@@ -47,7 +47,7 @@
47
48
49
__author__ = 'asaka <lan@leancloud.rocks>'
50
-__version__ = '2.1.7'
+__version__ = '2.1.8'
51
52
53
__all__ = [
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name='leancloud',
26
- version='2.1.7',
+ version='2.1.8',
27
description='LeanCloud Python SDK',
28
url='https://leancloud.cn/',
29
author='asaka',
0 commit comments