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
9 changes: 8 additions & 1 deletion 9 changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.6.2] - 2016-07-21
### Fixed
- invalid push_time format in leancloud.push.send function
### Updated
- add leancloud.Object.as_class static function

## [1.6.1] - 2016-07-08
### Added
- leancloud.User.reset_password_by_sms_code
Expand All @@ -6,9 +12,10 @@
- refactor file upload process
- clean up leancloud.Object fields (reduce memory size)
- add type interface for python3.5's type announce
- raise ValueError while pass a None value to leancloud.Query.near

## [1.6.0] - 2016-05-23
### Updatred
### Updated
- support python 3.5

## [1.5.1] - 2016-05-19
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.1'
__version__ = '1.6.2'


__all__ = [
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.