Release 1.1.0a1#2235
Conversation
|
|
||
| ## [1.1.0a1] - 2020-03-27 | ||
|
|
||
| This release **must** be downloaded via the `get-poetry.py` script and not via the `self update` command. |
There was a problem hiding this comment.
I think this should also be documented in the README.md -- I'm afraid many people may not catch it if this information is only in the Changelog.
There was a problem hiding this comment.
I don't think it's worth it. By the time the 1.1.0 version is out, we will have fixed it in the self update command.
And since it's a prerelease version that will not be officially announced on the website, the risk for people to accidentally update to this version is low.
|
Does this break PEP 518 support for older |
|
@abn No, it will still work since there is a compatibility layer here https://github.com/python-poetry/poetry/blob/develop/poetry/masonry/api.py |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This release must be downloaded via the
get-poetry.pyscript and not via theself updatecommand.Changed
poetry-core(#2212).poetry.masonry.apibutpoetry.core.masonry.apiwhich requirespoetry-core>=1.0.0a5(#2212).