From 3de9f013df4b470069d03d250224062e8cf15c49 Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Mon, 24 Oct 2022 21:26:01 -0500 Subject: [PATCH] bump version 0.4.6 --- README-hacking.md | 2 +- colorama/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README-hacking.md b/README-hacking.md index ff65f017..324f29d2 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -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: diff --git a/colorama/__init__.py b/colorama/__init__.py index 8e1ea31b..383101cd 100644 --- a/colorama/__init__.py +++ b/colorama/__init__.py @@ -3,4 +3,5 @@ from .ansi import Fore, Back, Style, Cursor from .ansitowin32 import AnsiToWin32 -__version__ = '0.4.6rc1' +__version__ = '0.4.6' +