Skip to content

Commit c75a502

Browse files
committed
release: 0.3.3
1 parent 4688512 commit c75a502

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

colorful/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from . import terminal
2121

2222
#: Holds the current version
23-
__version__ = '0.3.2'
23+
__version__ = '0.3.3'
2424

2525

2626
class ColorfulModule(types.ModuleType):

0 commit comments

Comments
 (0)