Skip to content

Commit 8d84573

Browse files
committed
Bump version to 0.6.2
1 parent 5598759 commit 8d84573

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.6.2] - 2018-03-19
44

55
### Changed
66

@@ -133,7 +133,8 @@ Initial release
133133

134134

135135

136-
[Unreleased]: https://github.com/sdispater/poetry/compare/0.6.1...master
136+
[Unreleased]: https://github.com/sdispater/poetry/compare/0.6.2...master
137+
[0.6.2]: https://github.com/sdispater/poetry/releases/tag/0.6.2
137138
[0.6.1]: https://github.com/sdispater/poetry/releases/tag/0.6.1
138139
[0.6.0]: https://github.com/sdispater/poetry/releases/tag/0.6.0
139140
[0.5.0]: https://github.com/sdispater/poetry/releases/tag/0.5.0

poetry/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.1'
1+
__version__ = '0.6.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 = "poetry"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Python dependency management and packaging made easy."
55
authors = [
66
"Sébastien Eustace <[email protected]>"

0 commit comments

Comments
 (0)