Skip to content

Commit 74cc5f9

Browse files
committed
Merge pull request #150 from aisk/master
release 1.4.0
2 parents b83aefd + cd88b1e commit 74cc5f9

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
## [1.4.0] - 2014-02-02
2+
### Added
3+
- add leancloud.File.fetch function
4+
- add leancloud.engine.before_update hook
5+
- add leancloud.Object.save_all and leancloud.Object.destroy_all function
6+
- add leancloud.Object.fetch_when_save flag
7+
- ### Updated
8+
- bugfix for leancloud.User._session_token is set to None when modify User object
9+
- bugfix for query leancloud.Role object
10+
111
## [1.3.12] - 2015-12-30
212
### Updated
313
- fixed engine hook current user's bug
14+
- access to leancloud.Object.attributes will raise a warning
415

516
## [1.3.11] - 2015-12-17
617
### Updated

leancloud/__init__.py

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

3636

3737
__author__ = 'asaka <lan@leancloud.rocks>'
38-
__version__ = '1.3.12'
38+
__version__ = '1.4.0'
3939

4040

4141
__all__ = [

setup.py

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

66
setup(
77
name='leancloud-sdk',
8-
version='1.3.12',
8+
version='1.4.0',
99
description='LeanCloud Python SDK',
1010

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

0 commit comments

Comments
 (0)