File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77* Nothing here yet.*
88
9+ ## [ v0.3.4]
10+
11+ ### Added
12+ - Implement Colorful.print() method
13+ - Support env variable to point to local rgb.txt file
14+
915## [ v0.3.3]
1016
1117This release is just to fix the PyPI project page.
1218
1319## [ v.0.3.2]
1420
1521### Added
16-
1722- Support for styling objects which implement the ` str() ` protocol
1823
1924## [ v0.3.1]
2025
2126### Added
22-
2327- Correctly support ` len() `
2428- Support nesting styles
2529- Improved documentation
@@ -28,7 +32,8 @@ This release is just to fix the PyPI project page.
2832
2933- Initial release
3034
31- [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.3.3...HEAD
35+ [ Unreleased ] : https://github.com/timofurrer/colorful/compare/v0.3.4...HEAD
36+ [ v0.3.4 ] : https://github.com/timofurrer/colorful/compare/v0.3.3...v0.3.4
3237[ v0.3.3 ] : https://github.com/timofurrer/colorful/compare/v0.3.2...v0.3.3
3338[ v0.3.2 ] : https://github.com/timofurrer/colorful/compare/v0.3.1...v0.3.2
3439[ v0.3.1 ] : https://github.com/timofurrer/colorful/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change 2020from . import terminal
2121
2222#: Holds the current version
23- __version__ = '0.3.3 '
23+ __version__ = '0.3.4 '
2424
2525
2626class ColorfulModule (types .ModuleType ):
You can’t perform that action at this time.
0 commit comments