File tree 2 files changed +7
-2
lines changed
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/).
6
6
7
7
* Nothing here yet.*
8
8
9
+ ## [ v0.5.6]
10
+ - Fix PEP420 Implicit name space thanks @MocioF
11
+ - Test Python 3.12 support
12
+
9
13
## [ v0.5.5]
10
14
## Fixed
11
15
- Fix ` setup(colormode=NO_COLORS) `
@@ -123,7 +127,8 @@ This release is just to fix the PyPI project page.
123
127
124
128
- Initial release
125
129
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
127
132
[ v0.5.5 ] : https://github.com/timofurrer/colorful/compare/v0.5.4...v0.5.5
128
133
[ v0.5.4 ] : https://github.com/timofurrer/colorful/compare/v0.5.3...v0.5.4
129
134
[ 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 21
21
from . import terminal
22
22
23
23
#: Holds the current version
24
- __version__ = '0.5.5 '
24
+ __version__ = '0.5.6 '
25
25
26
26
# if we are on Windows we have to init colorama
27
27
if platform .system () == 'Windows' :
You can’t perform that action at this time.
0 commit comments