-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: bump to version 1.2.0rc1 #6175
release: bump to version 1.2.0rc1 #6175
Conversation
Bumping to the next poetry-core release requires #6163. I added a vcs dev dependency on poetry-core in this PR so we can also merge it and remove the dev dependency when bumping poetry-core. Alternatively, the PR can be updated as soon as a core release is done. |
IMO this is the more clean way and we should do it like this. |
There are a handful of fixes in cleo since 1.0.0a5 which fix bugs reported in this repository. I'd much rather that poetry just got on and cut its own release than that it get blocked on cleo: but if a cleo release is just a button-press away then it would be nice to do that and pick it up here. |
New entry:
|
1cb346a
to
142e696
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking this on #6185, after that is finished/in, LGTM.
142e696
to
54e9b87
Compare
f36d388
to
e1688ca
Compare
839a7ea
to
73e5519
Compare
73e5519
to
e42e6c9
Compare
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. |
Requires release of poetry-core 1.1.0rc1 first python-poetry/poetry-core#443
Added
nushell
inpoetry shell
(#6063)Changed
pyproject.toml
fails (#5834)canonicalize_name()
withpackaging.utils.canonicalize_name()
(#6022)export
command, which is now provided via plugin (#6128)Fixed
tomlkit
regression resulting in inconsistent line endings (#5870)POETRY_PYPI_TOKEN_PYPI
environment variable wasn't respected (#5911)poetry publish
in the event of an upload error (#6043)poetry lock
fails without output (#6058)tomlkit
versions with memory leak are now avoided (#6160)Docs
subdirectory
parameter (#5949)tox
config for different use cases (#6026)