File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ Releasing nose2
2+ ---------------
3+
4+ - Update the version in ` nose2/__init__.py `
5+ - Update ` changelog.rst `
6+ - Commit changes
7+ - Run ` make release `
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ nose2 uses semantic versioning (currently in 0.x) and the popular
55"keep a changelog" format (v1.0.0).
66
77nose2 tries not to break backwards compatibility in any release. Until v1.0,
8- versions are numbered `0.MAJOR.MINOR `. Major releases introduce new
8+ versions are numbered `` 0.MAJOR.MINOR ` `. Major releases introduce new
99functionality or contain necessary breaking changes. Minor releases are
1010primarily used for bugfix or small features which are unlikely to break users'
1111testsuites.
1212
13- 0.13.0 (Unreleased )
13+ 0.13.0 (2023-04-29 )
1414-------------------
1515
1616* Remove support for python2 and older python3 versions
Original file line number Diff line number Diff line change 11from nose2 .main import discover , main
22
3- __version__ = "0.12 .0"
3+ __version__ = "0.13 .0"
44
55__all__ = ("__version__" , "discover" , "main" )
You can’t perform that action at this time.
0 commit comments