Skip to content

Commit 4d3dfab

Browse files
committed
release: 0.5.4
1 parent e0ff2a2 commit 4d3dfab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.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

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.3'
24+
__version__ = '0.5.4'
2525

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

0 commit comments

Comments
 (0)