Commit 29264bcb by Sébastien Eustace

Bump version to 0.5.0

parent aac16afe
# Change Log
## [Unreleased]
## [0.5.0] - 2018-03-14
### Added
......@@ -14,7 +14,7 @@
### Fixed
- Fixed handling of post releases.
- Fixed python restricted dependencies not being checked agaisnt virtualenv version.
- Fixed python restricted dependencies not being checked against virtualenv version.
- Fixed python/platform constraint not being picked up for subdependencies.
- Fixed skipped packages appearing as installing.
- Fixed platform specification not being used when resolving dependencies.
......@@ -98,7 +98,8 @@ Initial release
[Unreleased]: https://github.com/sdispater/poetry/compare/0.4.2...master
[Unreleased]: https://github.com/sdispater/poetry/compare/0.5.0...master
[0.5.0]: https://github.com/sdispater/poetry/releases/tag/0.5.0
[0.4.2]: https://github.com/sdispater/poetry/releases/tag/0.4.2
[0.4.1]: https://github.com/sdispater/poetry/releases/tag/0.4.1
[0.4.0]: https://github.com/sdispater/poetry/releases/tag/0.4.0
......
__version__ = '0.5.0-beta.2'
__version__ = '0.5.0'
[tool.poetry]
name = "poetry"
version = "0.5.0-beta.2"
version = "0.5.0"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment