Skip to content

Commit

Permalink
Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed May 11, 2019
1 parent f4912df commit 64825f5
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.3] - 2019-05-12

### Added

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



[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.2...master
[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.3...master
[0.7.3]: https://github.com/sdispater/cleo/releases/tag/0.7.3
[0.7.2]: https://github.com/sdispater/cleo/releases/tag/0.7.2
[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
Expand Down
2 changes: 1 addition & 1 deletion cleo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .testers import ApplicationTester, CommandTester


__version__ = "0.7.2"
__version__ = "0.7.3"
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.2"
version = "0.7.3"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <[email protected]>"
Expand Down

0 comments on commit 64825f5

Please sign in to comment.