Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
10 changes: 10 additions & 0 deletions 10 changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.7.0] - 2016-10-31
### Fixed
- leancloud.Notification now support fetch()
- allow return a nested structure of leancloud.Object in rpc call
### Added
- define cloud function with alternate function name
- support dev mode in leancloud.push.send
- leancloud.Engine#current request local variable
- session token WSGI middleware

## [1.6.5] - 2016-09-27
### Fixed
- LeanEngine on_login / on_verified bugfix
Expand Down
2 changes: 1 addition & 1 deletion 2 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.6.5'
__version__ = '1.7.0'


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

setup(
name='leancloud-sdk',
version='1.6.5',
version='1.7.0',
description='LeanCloud Python SDK',

url='https://leancloud.cn/',
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.