Skip to content

Commit

Permalink
release: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Sep 21, 2019
1 parent e0ff2a2 commit 4d3dfab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

*Nothing here yet.*

## [v0.5.4]
## Fixed
- `__getattr__` protocol implementation

## [v0.5.3]
## Fixed
- Support equals protocol for ColorfulStyle objects
Expand Down Expand Up @@ -112,7 +116,8 @@ This release is just to fix the PyPI project page.

- Initial release

[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.5.3...HEAD
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.5.4...HEAD
[v0.5.4]: https://github.com/timofurrer/colorful/compare/v0.5.3...v0.5.4
[v0.5.3]: https://github.com/timofurrer/colorful/compare/v0.5.2...v0.5.3
[v0.5.2]: https://github.com/timofurrer/colorful/compare/v0.5.1...v0.5.2
[v0.5.1]: https://github.com/timofurrer/colorful/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion colorful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from . import terminal

#: Holds the current version
__version__ = '0.5.3'
__version__ = '0.5.4'

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

0 comments on commit 4d3dfab

Please sign in to comment.