Skip to content

Commit 3d5cbc6

Browse files
committed
release: v0.5.8
1 parent 48890f8 commit 3d5cbc6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
*Nothing here yet.*
88

9+
## [v0.5.8]
10+
## Fixed
11+
- Test Python 3.14 support
12+
- Drop Python 2 support
13+
914
## [v0.5.7]
1015
## Fixed
1116
- Read version from ast.Constant instead of ast.Str thanks @carlwgeorge

colorful/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from . import terminal
2020

2121
#: Holds the current version
22-
__version__ = '0.5.7'
22+
__version__ = '0.5.8'
2323

2424
# if we are on Windows we have to init colorama
2525
if platform.system() == 'Windows':

0 commit comments

Comments
 (0)