Skip to content

Commit 2516b2c

Browse files
committed
🔖 V2.1.8
1 parent 7eec068 commit 2516b2c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.8] - 2017-04-09
2+
### Fixed
3+
- Fixed requestSmsCode fail when sending international sms
4+
15
## [2.1.7] - 2017-12-27
26
### Fixed
37
- Minor crash bug introduced by 2.1.6 fix

leancloud/__init__.py

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

4848

4949
__author__ = 'asaka <lan@leancloud.rocks>'
50-
__version__ = '2.1.7'
50+
__version__ = '2.1.8'
5151

5252

5353
__all__ = [

setup.py

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

2424
setup(
2525
name='leancloud',
26-
version='2.1.7',
26+
version='2.1.8',
2727
description='LeanCloud Python SDK',
2828
url='https://leancloud.cn/',
2929
author='asaka',

0 commit comments

Comments
 (0)