File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77* Nothing here yet.*
88
9+ ## [ v0.3.3]
10+
11+ This release is just to fix the PyPI project page.
12+
913## [ v.0.3.2]
1014
1115### Added
@@ -24,7 +28,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2428
2529- Initial release
2630
27- [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.3.2...HEAD
31+ [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.3.3...HEAD
32+ [ v0.3.3 ] : https://github.com/timofurrer/colorful/compare/v0.3.2...v0.3.3
2833[ v0.3.2 ] : https://github.com/timofurrer/colorful/compare/v0.3.1...v0.3.2
2934[ v0.3.1 ] : https://github.com/timofurrer/colorful/compare/v0.3.0...v0.3.1
3035[ v0.3.0 ] : https://github.com/timofurrer/colorful/compare/466cfeddee681c8221ab981018597c01...v0.3.0
Original file line number Diff line number Diff line change 2020from . import terminal
2121
2222#: Holds the current version
23- __version__ = '0.3.2 '
23+ __version__ = '0.3.3 '
2424
2525
2626class ColorfulModule (types .ModuleType ):
You can’t perform that action at this time.
0 commit comments