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.4]
10+ ## Fixed
11+ - ` __getattr__ ` protocol implementation
12+
913## [ v0.5.3]
1014## Fixed
1115- Support equals protocol for ColorfulStyle objects
@@ -112,7 +116,8 @@ This release is just to fix the PyPI project page.
112116
113117- Initial release
114118
115- [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.5.3...HEAD
119+ [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.5.4...HEAD
120+ [ v0.5.4 ] : https://github.com/timofurrer/colorful/compare/v0.5.3...v0.5.4
116121[ v0.5.3 ] : https://github.com/timofurrer/colorful/compare/v0.5.2...v0.5.3
117122[ v0.5.2 ] : https://github.com/timofurrer/colorful/compare/v0.5.1...v0.5.2
118123[ v0.5.1 ] : https://github.com/timofurrer/colorful/compare/v0.5.0...v0.5.1
Original file line number Diff line number Diff line change 2121from . import terminal
2222
2323#: Holds the current version
24- __version__ = '0.5.3 '
24+ __version__ = '0.5.4 '
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