Skip to content

Commit d8f1b4d

Browse files
committed
feat: release 1.5.0
1 parent bc6239e commit d8f1b4d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.5.0] - 2016-05-16
2+
### Added
3+
- leancloud.cloudfunc.rpc
4+
- use api host from app router
5+
- support cos file upload
6+
17
## [1.4.2] - 2016-04-26
28
### Fixed
39
- User.set_password now set the password to field `password`

leancloud/__init__.py

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

4141

4242
__author__ = 'asaka <lan@leancloud.rocks>'
43-
__version__ = '1.4.3'
43+
__version__ = '1.5.0'
4444

4545

4646
__all__ = [

setup.py

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

77
setup(
88
name='leancloud-sdk',
9-
version='1.4.3',
9+
version='1.5.0',
1010
description='LeanCloud Python SDK',
1111

1212
url='https://leancloud.cn/',

0 commit comments

Comments
 (0)