Commit 481d81db by Sébastien Eustace

Bump version to 1.0.0b5

parent 5c1aed24
......@@ -59,6 +59,10 @@
- Fixed some issues with `path` dependencies being seen as `git` dependencies.
- Fixed various issues with the way `extra` markers in dependencies were handled.
- Fixed the option conflicts in the `run` command.
- Fixed wrong latest version being displayed when executing `show -l`.
- Fixed `TooManyRedirects` errors being raised when resolving dependencies.
- Fixed custom indices dependencies being constantly updated.
- Fix the behavior of the `--install` option of the debug resolve command.
## [0.12.17] - 2019-07-03
......
__version__ = "1.0.0b4"
__version__ = "1.0.0b5"
[tool.poetry]
name = "poetry"
version = "1.0.0b4"
version = "1.0.0b5"
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