We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48890f8 commit 3d5cbc6Copy full SHA for 3d5cbc6
CHANGELOG.md
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
7
*Nothing here yet.*
8
9
+## [v0.5.8]
10
+## Fixed
11
+- Test Python 3.14 support
12
+- Drop Python 2 support
13
+
14
## [v0.5.7]
15
## Fixed
16
- Read version from ast.Constant instead of ast.Str thanks @carlwgeorge
colorful/__init__.py
@@ -19,7 +19,7 @@
19
from . import terminal
20
21
#: Holds the current version
22
-__version__ = '0.5.7'
+__version__ = '0.5.8'
23
24
# if we are on Windows we have to init colorama
25
if platform.system() == 'Windows':
0 commit comments