Skip to content

Commit

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

*Nothing here yet.*

## [v0.3.1]

### Added

- Correctly support `len()`
- Support nesting styles
- Improved documentation

## [v0.3.0]

- Initial release

[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/timofurrer/colorful/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/timofurrer/colorful/compare/466cfeddee681c8221ab981018597c01...v0.3.0
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.0'
__version__ = '0.3.1'


class ColorfulModule(types.ModuleType):
Expand Down

0 comments on commit 47f3b5b

Please sign in to comment.