-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #862 from amperser/v0.10.0
Release version 0.10.0
- Loading branch information
Showing
4 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Releasing a new version | ||
|
||
1. Use [bumpversion](https://pypi.org/project/bumpversion/) to increase the patch, minor, or major version in accordance with what has changed since the previous release. | ||
1. Create a new branch off master with the new version number. | ||
2. Update CHANGELOG.md to explain the most recent changes. | ||
3. Open a pull request against `master`. | ||
4. Merge the pull request into `master`. | ||
5. Tag the merge commit with the new version number. | ||
6. Push the tag. | ||
|
||
The tagged version will be uploaded to PyPI automatically. | ||
3. Use [bumpversion](https://pypi.org/project/bumpversion/) to increase the patch, minor, or major version in accordance with what has changed since the previous release. | ||
4. Open a pull request against `master`. | ||
5. Merge the pull request into `master`. | ||
6. Tag the merge commit with the new version number. | ||
7. Push the tag. The tagged version will be uploaded to PyPI automatically. | ||
8. Run Chandler (`chandler push`) to sync the changelog with GitHub releases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Proselint version number.""" | ||
|
||
__version__ = "0.9.0" | ||
__version__ = "0.10.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters