Skip to content

Commit

Permalink
bump to dev1 version suffix
Browse files Browse the repository at this point in the history
And clarify this step in the release checklist
  • Loading branch information
tartley committed Jun 16, 2022
1 parent 2c1210d commit da57715
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README-hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ target.

13. Repeat steps 5 to 10, for the actual (non-candidate) release.

14. Bump the version number in `colorama/__init__.py`, and add the '-pre'
suffix again, ready for the next release. Commit and push this (directly to
master is fine.)
14. Bump the version number in `colorama/__init__.py`, and add a 'dev1'
suffix, eg:

`0.4.5dev1`

so that any build artifacts created are clearly labelled as not a real
release. Commit and push this (directly to master is fine.)

2 changes: 1 addition & 1 deletion colorama/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .ansi import Fore, Back, Style, Cursor
from .ansitowin32 import AnsiToWin32

__version__ = '0.4.5'
__version__ = '0.4.6dev1'

0 comments on commit da57715

Please sign in to comment.