Skip to content

Commit

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

*Nothing here yet.*

## [v0.4.2]

## Fixed
- If stdout default encoding is not set, UTF-8 is assumed

## [v0.4.1]

## Fixed
Expand Down Expand Up @@ -75,7 +80,8 @@ This release is just to fix the PyPI project page.

- Initial release

[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/timofurrer/colorful/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/timofurrer/colorful/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/timofurrer/colorful/compare/v0.3.12...v0.4.0
[v0.3.12]: https://github.com/timofurrer/colorful/compare/v0.3.11...v0.3.12
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.4.1'
__version__ = '0.4.2'

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

0 comments on commit 8e5ff68

Please sign in to comment.