Skip to content

Commit 9ed38e4

Browse files
authored
Bump version to 0.8.0 (#80)
1 parent 6cbafd6 commit 9ed38e4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.8.0] - 2020-03-26
4+
5+
### Added
6+
7+
- Errors are now rendered in a nicer way for Python 3.6+.
8+
9+
310
## [0.7.6] - 2019-10-25
411

512
### Fixed
@@ -212,7 +219,8 @@ This is a major release with some API changes.
212219

213220

214221

215-
[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.6...master
222+
[Unreleased]: https://github.com/sdispater/cleo/compare/0.8.0...master
223+
[0.8.0]: https://github.com/sdispater/cleo/releases/tag/0.8.0
216224
[0.7.6]: https://github.com/sdispater/cleo/releases/tag/0.7.6
217225
[0.7.5]: https://github.com/sdispater/cleo/releases/tag/0.7.5
218226
[0.7.4]: https://github.com/sdispater/cleo/releases/tag/0.7.4

cleo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from .testers import ApplicationTester, CommandTester
77

88

9-
__version__ = "0.7.6"
9+
__version__ = "0.8.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cleo"
3-
version = "0.7.6"
3+
version = "0.8.0"
44
description = "Cleo allows you to create beautiful and testable command-line interfaces."
55
authors = [
66
"Sébastien Eustace <[email protected]>"

0 commit comments

Comments
 (0)