diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bbd5d0..86f270bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] +## [0.7.1] - 2018-12-07 ### Fixed @@ -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 diff --git a/cleo/__init__.py b/cleo/__init__.py index 787c648b..98eab6f9 100644 --- a/cleo/__init__.py +++ b/cleo/__init__.py @@ -5,4 +5,4 @@ from .testers import ApplicationTester, CommandTester -__version__ = "0.7.0" +__version__ = "0.7.1" diff --git a/pyproject.toml b/pyproject.toml index 13e004ab..16265911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "