File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2121from . 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
2727if platform .system () == 'Windows' :
You can’t perform that action at this time.
0 commit comments