File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased ]
3+ ## [ 0.7.2 ] - 2018-12-08
44
55### Fixed
66
@@ -179,7 +179,8 @@ This is a major release with some API changes.
179179
180180
181181
182- [ Unreleased ] : https://github.com/sdispater/cleo/compare/0.7.1...master
182+ [ Unreleased ] : https://github.com/sdispater/cleo/compare/0.7.2...master
183+ [ 0.7.2 ] : https://github.com/sdispater/cleo/releases/tag/0.7.2
183184[ 0.7.1 ] : https://github.com/sdispater/cleo/releases/tag/0.7.1
184185[ 0.7.0 ] : https://github.com/sdispater/cleo/releases/tag/0.7.0
185186[ 0.6.8 ] : https://github.com/sdispater/cleo/releases/tag/0.6.8
Original file line number Diff line number Diff line change 55from .testers import ApplicationTester , CommandTester
66
77
8- __version__ = "0.7.1 "
8+ __version__ = "0.7.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cleo"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
44description = " Cleo allows you to create beautiful and testable command-line interfaces."
55authors = [
66 " Sébastien Eustace <[email protected] >"
You can’t perform that action at this time.
0 commit comments