Skip to content

Commit b9cff30

Browse files
committed
release: v0.5.7
1 parent 22a1723 commit b9cff30

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

77
*Nothing here yet.*
88

9+
## [v0.5.7]
10+
## Fixed
11+
- Read version from ast.Constant instead of ast.Str thanks @carlwgeorge
12+
- fix: DualOutput object has no attribute isatty thanks @HollowMan6
13+
- Test Python 3.13 support
14+
- Unsupported Python versions 3.4, 3.5, 3.6 are not tested anymore
15+
16+
917
## [v0.5.6]
18+
## Fixed
1019
- Fix PEP420 Implicit name space thanks @MocioF
1120
- Test Python 3.12 support
1221

colorful/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from . import terminal
2222

2323
#: Holds the current version
24-
__version__ = '0.5.6'
24+
__version__ = '0.5.7'
2525

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

0 commit comments

Comments
 (0)