Skip to content

Commit

Permalink
Bumps version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Apr 21, 2017
1 parent 01b5750 commit e948bb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [0.6.0] - 2017-04-21

### Added

Expand All @@ -13,6 +13,7 @@
- Removed the `_completion` command.
- Removes ability to choose when a command anme is ambiguous.


## [0.5.0] - 2016-09-21

### Added
Expand Down Expand Up @@ -71,7 +72,8 @@ This is a major release with some API changes.



[Unreleased]: https://github.com/sdispater/cleo/compare/master...develop
[Unreleased]: https://github.com/sdispater/cleo/compare/0.6.0...master
[0.6.0]: https://github.com/sdispater/cleo/releases/tag/0.6.0
[0.5.0]: https://github.com/sdispater/cleo/releases/tag/0.5.0
[0.4.1]: https://github.com/sdispater/cleo/releases/tag/0.4.1
[0.4]: https://github.com/sdispater/cleo/releases/tag/0.4
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
from setuptools import setup, find_packages

__version__ = '0.5.0'
__version__ = '0.6.0'

here = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit e948bb8

Please sign in to comment.