Skip to content

Commit

Permalink
release: 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Jan 7, 2024
1 parent 4a1a71d commit 0adf25e
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.6]
- Fix PEP420 Implicit name space thanks @MocioF
- Test Python 3.12 support

## [v0.5.5]
## Fixed
- Fix `setup(colormode=NO_COLORS)`
Expand Down Expand Up @@ -123,7 +127,8 @@ This release is just to fix the PyPI project page.

- Initial release

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

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

0 comments on commit 0adf25e

Please sign in to comment.