Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Dec 7, 2018
1 parent 3b8bfc4 commit 5f200eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.7.1] - 2018-12-07

### Fixed

Expand Down Expand Up @@ -172,7 +172,8 @@ This is a major release with some API changes.



[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.0...master
[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.1...master
[0.7.1]: https://github.com/sdispater/cleo/releases/tag/0.7.1
[0.7.0]: https://github.com/sdispater/cleo/releases/tag/0.7.0
[0.6.8]: https://github.com/sdispater/cleo/releases/tag/0.6.8
[0.6.7]: https://github.com/sdispater/cleo/releases/tag/0.6.7
Expand Down
2 changes: 1 addition & 1 deletion cleo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .testers import ApplicationTester, CommandTester


__version__ = "0.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleo"
version = "0.7.0"
version = "0.7.1"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <[email protected]>"
Expand Down

0 comments on commit 5f200eb

Please sign in to comment.