-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version and changelog for release
Also add a `RELEASING.md` doc, which can record the procedure as it changes over time. (e.g. releases driven via CI)
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Releasing nose2 | ||
--------------- | ||
|
||
- Update the version in `nose2/__init__.py` | ||
- Update `changelog.rst` | ||
- Commit changes | ||
- Run `make release` |
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,5 +1,5 @@ | ||
from nose2.main import discover, main | ||
|
||
__version__ = "0.12.0" | ||
__version__ = "0.13.0" | ||
|
||
__all__ = ("__version__", "discover", "main") |