Skip to content

Commit da57715

Browse files
committed
bump to dev1 version suffix
And clarify this step in the release checklist
1 parent 2c1210d commit da57715

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README-hacking.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ target.
129129

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

132-
14. Bump the version number in `colorama/__init__.py`, and add the '-pre'
133-
suffix again, ready for the next release. Commit and push this (directly to
134-
master is fine.)
132+
14. Bump the version number in `colorama/__init__.py`, and add a 'dev1'
133+
suffix, eg:
134+
135+
`0.4.5dev1`
136+
137+
so that any build artifacts created are clearly labelled as not a real
138+
release. Commit and push this (directly to master is fine.)
139+

colorama/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .ansi import Fore, Back, Style, Cursor
44
from .ansitowin32 import AnsiToWin32
55

6-
__version__ = '0.4.5'
6+
__version__ = '0.4.6dev1'

0 commit comments

Comments
 (0)