Skip to content

Commit

Permalink
Bump version to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Oct 25, 2019
1 parent 94d5edf commit 9a1ccc7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.7.6] - 2019-10-25

### Fixed

- Upgraded `clikit` to fix issues in option parsing.


## [0.7.5] - 2019-06-28

### Fixed
Expand Down Expand Up @@ -205,7 +212,8 @@ This is a major release with some API changes.



[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.5...master
[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.6...master
[0.7.6]: https://github.com/sdispater/cleo/releases/tag/0.7.6
[0.7.5]: https://github.com/sdispater/cleo/releases/tag/0.7.5
[0.7.4]: https://github.com/sdispater/cleo/releases/tag/0.7.4
[0.7.3]: https://github.com/sdispater/cleo/releases/tag/0.7.3
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.5"
__version__ = "0.7.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleo"
version = "0.7.5"
version = "0.7.6"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <[email protected]>"
Expand Down Expand Up @@ -29,5 +29,5 @@ black = {version = "^19.3b0", python = "^3.6"}


[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=1.0.0b2"]
build-backend = "poetry.masonry.api"

0 comments on commit 9a1ccc7

Please sign in to comment.