Skip to content

Commit

Permalink
bump version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Oct 25, 2022
1 parent a45949b commit 3de9f01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ target.
13. Remove the '.rcX' suffix from `__version__` in
`colorama/__init__.py`.

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

15. Bump the version number in `colorama/__init__.py`, and add a 'dev1'
suffix, eg:
Expand Down
3 changes: 2 additions & 1 deletion colorama/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
from .ansi import Fore, Back, Style, Cursor
from .ansitowin32 import AnsiToWin32

__version__ = '0.4.6rc1'
__version__ = '0.4.6'

0 comments on commit 3de9f01

Please sign in to comment.