Skip to content

Commit

Permalink
release: 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Dec 4, 2022
1 parent 1ab92f7 commit 32eeb20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

*Nothing here yet.*

## [v0.5.5]
## Fixed
- Fix `setup(colormode=NO_COLORS)`
- Fix correctnes of `__str__` to return always a str
- Drop Python 2 support
- Test Python 3.5 - Python 3.11

## [v0.5.4]
## Fixed
- `__getattr__` protocol implementation
Expand Down Expand Up @@ -116,7 123,8 @@ This release is just to fix the PyPI project page.

- Initial release

[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.5.4...HEAD
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.5.5...HEAD
[v0.5.5]: https://github.com/timofurrer/colorful/compare/v0.5.4...v0.5.5
[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
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.4'
__version__ = '0.5.5'

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

0 comments on commit 32eeb20

Please sign in to comment.