diff --git a/CHANGELOG.md b/CHANGELOG.md index dada645..e96733a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). *Nothing here yet.* +## [v0.3.6] + +### Added +- Combine and Pipe Styles + ## [v0.3.5] ### Added @@ -37,7 +42,8 @@ This release is just to fix the PyPI project page. - Initial release -[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.5...HEAD +[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.6...HEAD +[v0.3.6]: https://github.com/timofurrer/colorful/compare/v0.3.5...v0.3.6 [v0.3.5]: https://github.com/timofurrer/colorful/compare/v0.3.4...v0.3.5 [v0.3.4]: https://github.com/timofurrer/colorful/compare/v0.3.3...v0.3.4 [v0.3.3]: https://github.com/timofurrer/colorful/compare/v0.3.2...v0.3.3 diff --git a/colorful/__init__.py b/colorful/__init__.py index b134945..1dd89dc 100644 --- a/colorful/__init__.py +++ b/colorful/__init__.py @@ -21,7 +21,7 @@ from . import terminal #: Holds the current version -__version__ = '0.3.5' +__version__ = '0.3.6' # if we are on Windows we have to init colorama if platform.system() == 'Windows':