File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77* Nothing here yet.*
88
9+ ## [ v0.5.6]
10+ - Fix PEP420 Implicit name space thanks @MocioF
11+ - Test Python 3.12 support
12+
913## [ v0.5.5]
1014## Fixed
1115- Fix ` setup(colormode=NO_COLORS) `
@@ -123,7 +127,8 @@ This release is just to fix the PyPI project page.
123127
124128- Initial release
125129
126- [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.5.5...HEAD
130+ [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.5.6...HEAD
131+ [ v0.5.5 ] : https://github.com/timofurrer/colorful/compare/v0.5.5...v0.5.6
127132[ v0.5.5 ] : https://github.com/timofurrer/colorful/compare/v0.5.4...v0.5.5
128133[ v0.5.4 ] : https://github.com/timofurrer/colorful/compare/v0.5.3...v0.5.4
129134[ v0.5.3 ] : https://github.com/timofurrer/colorful/compare/v0.5.2...v0.5.3
Original file line number Diff line number Diff line change 2121from . import terminal
2222
2323#: Holds the current version
24- __version__ = '0.5.5 '
24+ __version__ = '0.5.6 '
2525
2626# if we are on Windows we have to init colorama
2727if platform .system () == 'Windows' :
You can’t perform that action at this time.
0 commit comments