Skip to content

Commit 0adf25e

Browse files
committed
release: 0.5.6
1 parent 4a1a71d commit 0adf25e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff 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

colorful/__init__.py

+1-1
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.5'
24+
__version__ = '0.5.6'
2525

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

0 commit comments

Comments
 (0)