Skip to content

Commit db9d319

Browse files
committed
Bump version to 0.7.2
1 parent 99457a0 commit db9d319

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

cleo/__init__.py

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

77

8-
__version__ = "0.7.1"
8+
__version__ = "0.7.2"

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.1"
3+
version = "0.7.2"
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)