We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6239e commit d8f1b4dCopy full SHA for d8f1b4d
3 files changed
changelog
@@ -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
+
7
## [1.4.2] - 2016-04-26
8
### Fixed
9
- User.set_password now set the password to field `password`
leancloud/__init__.py
@@ -40,7 +40,7 @@
40
41
42
__author__ = 'asaka <lan@leancloud.rocks>'
43
-__version__ = '1.4.3'
+__version__ = '1.5.0'
44
45
46
__all__ = [
setup.py
@@ -6,7 +6,7 @@
setup(
name='leancloud-sdk',
- version='1.4.3',
+ version='1.5.0',
10
description='LeanCloud Python SDK',
11
12
url='https://leancloud.cn/',
0 commit comments