Skip to content

Commit

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

*Nothing here yet.*

## [v0.3.3]

This release is just to fix the PyPI project page.

## [v.0.3.2]

### Added
Expand All @@ -24,7 +28,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/timofurrer/colorful/compare/v0.3.3...HEAD
[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
[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.2'
__version__ = '0.3.3'


class ColorfulModule(types.ModuleType):
Expand Down

0 comments on commit c75a502

Please sign in to comment.