Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.1] -2016-02-24
### Added
- add leancloud.Object.disable_before_hook and leancloud.Object.disable_after_hook
- allow where param in Object.save
### Updated:
- fixed query with leancloud.Engine.current_user as param bug

## [1.4.0] - 2016-02-02
### Added
- add leancloud.File.fetch function
Expand Down
2 changes: 1 addition & 1 deletion leancloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


__author__ = 'asaka <lan@leancloud.rocks>'
__version__ = '1.4.0'
__version__ = '1.4.1'


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='leancloud-sdk',
version='1.4.0',
version='1.4.1',
description='LeanCloud Python SDK',

url='https://leancloud.cn/',
Expand Down