Skip to content

Commit 8e5ff68

Browse files
committed
release: 0.4.2
1 parent c90c436 commit 8e5ff68

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
*Nothing here yet.*
88

9+
## [v0.4.2]
10+
11+
## Fixed
12+
- If stdout default encoding is not set, UTF-8 is assumed
13+
914
## [v0.4.1]
1015

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

7681
- Initial release
7782

78-
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.4.1...HEAD
83+
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.4.2...HEAD
84+
[v0.4.2]: https://github.com/timofurrer/colorful/compare/v0.4.1...v0.4.2
7985
[v0.4.1]: https://github.com/timofurrer/colorful/compare/v0.4.0...v0.4.1
8086
[v0.4.0]: https://github.com/timofurrer/colorful/compare/v0.3.12...v0.4.0
8187
[v0.3.12]: https://github.com/timofurrer/colorful/compare/v0.3.11...v0.3.12

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.4.1'
24+
__version__ = '0.4.2'
2525

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

0 commit comments

Comments
 (0)