Skip to content

Commit

Permalink
release: 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Apr 13, 2017
1 parent c791808 commit 4180b41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion colorful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 4180b41

Please sign in to comment.