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
9 changes: 9 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.6.4] - 2016-09-26
### Fixed
- LeanEngine CORS middleware error in Python3
- missing objectId while using Object._deep_save to update an object
- allow Object.get method get objectId / createAt/ updatedAt field
### Updated
- leancloud.User#get_roles()
- rename leancloud.Engine#on_bigquery to leancloud.Engine#on_insight

## [1.6.3] - 2016-08-03
### Fixed
- deprecate leancloud.Query.does_not_exists and add leancloud.Query.does_not_exist
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 <[email protected]>'
__version__ = '1.6.3'
__version__ = '1.6.4'


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

setup(
name='leancloud-sdk',
version='1.6.3',
version='1.6.4',
description='LeanCloud Python SDK',

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