Skip to content

Commit

Permalink
release: 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Apr 12, 2017
1 parent d898211 commit 4f0a55b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).

*Nothing here yet.*

## [v0.3.4]

### Added
- Implement Colorful.print() method
- Support env variable to point to local rgb.txt file

## [v0.3.3]

This release is just to fix the PyPI project page.

## [v.0.3.2]

### Added

- Support for styling objects which implement the `str()` protocol

## [v0.3.1]

### Added

- Correctly support `len()`
- Support nesting styles
- Improved documentation
Expand All @@ -28,7 +32,8 @@ This release is just to fix the PyPI project page.

- Initial release

[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.4...HEAD
[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
[v0.3.2]: https://github.com/timofurrer/colorful/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/timofurrer/colorful/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion colorful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from . import terminal

#: Holds the current version
__version__ = '0.3.3'
__version__ = '0.3.4'


class ColorfulModule(types.ModuleType):
Expand Down

0 comments on commit 4f0a55b

Please sign in to comment.