Skip to content

Commit 88d2399

Browse files
authored
Merge pull request #474 from weakish/master
docs: prepare to release 2.7.0
2 parents b0b17bf + 513ae64 commit 88d2399

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
6465
2. Commit them and send a pull request.
6566
3. The maintainer will review and merge the pull request, then create a new release at GitHub web UI.
6667
4. A new version of the package will be published to PyPI automatically (via GitHub Actions).

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
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',

0 commit comments

Comments
 (0)