File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ But we are still exploring.
6060
6161## Release a New Version
6262
63- 1 . Edit ` changelog ` and ` setup.py ` (` version ` ).
63+ 0 . Edit ` changelog ` and ` setup.py ` (` version ` ).
64+ 1 . Generate api doc and commit updates.
64652 . Commit them and send a pull request.
65663 . The maintainer will review and merge the pull request, then create a new release at GitHub web UI.
66674 . A new version of the package will be published to PyPI automatically (via GitHub Actions).
Original file line number Diff line number Diff line change 1+ ## [2.7.0] - 2020-05-21
2+ ### Added
3+ - `_messageUpdate` hook
4+ - `push.send` supports `prod` parameter
5+
16## [2.6.1] - 2020-05-06
27### Fixed
38- HttpsRedirectMiddleware now works with projects not using cloud functions
Original file line number Diff line number Diff line change 2626
2727setup (
2828 name = 'leancloud' ,
29- version = '2.6.1 ' ,
29+ version = '2.7.0 ' ,
3030 description = 'LeanCloud Python SDK' ,
3131 url = 'https://leancloud.cn/' ,
3232 author = 'asaka' ,
You can’t perform that action at this time.
0 commit comments