Skip to content

Commit 4180b41

Browse files
committed
release: 0.3.6
1 parent c791808 commit 4180b41

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.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

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.3.5'
24+
__version__ = '0.3.6'
2525

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

0 commit comments

Comments
 (0)