Skip to content

Commit 56121f4

Browse files
committed
Bumping major version number due to compatibility break
Bumping to 1.0 to indicate we're breaking backward compatibility by a recent merge dropping support for older End-of-lifed versions of Python (2.7, 3.7, 3.8). We probably still run on those, for now, but github CI no longer supports them, so we aren't systematically running tests against them.
1 parent 4dff0bb commit 56121f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colorama/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .ansi import Fore, Back, Style, Cursor
44
from .ansitowin32 import AnsiToWin32
55

6-
__version__ = '0.4.7dev1'
6+
__version__ = '1.0.0dev1'
77

0 commit comments

Comments
 (0)