File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1- ## [1.13.0] - 2017-08-4
1+ ## [2.0.0] - 2017-08-05
2+ ### Added
3+ - leancloud.User.session_token property
4+ ### Fixed
5+ - invalid timezone on leancloud.Object#created_at and leancloud.Object#updated_at
6+ - leancloud.Query#get using get ACL permission, not find
7+ ### Removed
8+ - leancloud.Engine#current_user (use leancloud.Engine#current.user instead)
9+ - type_ param in leancloud.File constructor (use mime_type instead)
10+ - type_ param in leancloud.File.create_with_url (use mime_type instead)
11+ - leancloud.Object#fetch_when_save property (use fetch_when_save param in leancloud.Object#save function instead)
12+ - leancloud.Object#attribute property
13+ - leancloud.Relation#query not is a property, not a function
14+ - leancloud.Query#does_not_exists (use leancloud.Query#does_not_exist instead)
15+ - leancloud.Query#matched_key_in_query (use leancloud.Query#matches_key_in_query instead)
16+
17+ ## [1.13.0] - 2017-08-04
218### Added
319- leancloud.Engine#wrap
420- leancloud.Engine#register
Original file line number Diff line number Diff line change 4141
4242
4343__author__ = 'asaka <lan@leancloud.rocks>'
44- __version__ = '1.13 .0'
44+ __version__ = '2.0 .0'
4545
4646
4747__all__ = [
Original file line number Diff line number Diff line change 2222
2323setup (
2424 name = 'leancloud' ,
25- version = '1.13 .0' ,
25+ version = '2.0 .0' ,
2626 description = 'LeanCloud Python SDK' ,
2727 url = 'https://leancloud.cn/' ,
2828 author = 'asaka' ,
You can’t perform that action at this time.
0 commit comments