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.3.6]
10+
11+ ### Added
12+ - Combine and Pipe Styles
13+
914## [ v0.3.5]
1015
1116### Added
@@ -37,7 +42,8 @@ This release is just to fix the PyPI project page.
3742
3843- Initial release
3944
40- [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.3.5...HEAD
45+ [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.3.6...HEAD
46+ [ v0.3.6 ] : https://github.com/timofurrer/colorful/compare/v0.3.5...v0.3.6
4147[ v0.3.5 ] : https://github.com/timofurrer/colorful/compare/v0.3.4...v0.3.5
4248[ v0.3.4 ] : https://github.com/timofurrer/colorful/compare/v0.3.3...v0.3.4
4349[ v0.3.3 ] : https://github.com/timofurrer/colorful/compare/v0.3.2...v0.3.3
Original file line number Diff line number Diff line change 2121from . import terminal
2222
2323#: Holds the current version
24- __version__ = '0.3.5 '
24+ __version__ = '0.3.6 '
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