-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support for Poetry v2 #14
Comments
Hey @monim67, can you please fix this and release a new version? You just literally need to modify this line https://github.com/monim67/poetry-bumpversion/blob/main/pyproject.toml#L15 to allow Poetry version 1.20+. I tested it locally and is working perfectly with Poetry v2. Before: After: Thanks |
Thanks guys for bringing this to light, I will release a new version by EOD. |
Thanks a lot for the prompt response @monim67! Please let me know if I can help with anything to make this new version available. |
New version released 👍 |
Poetry 2.0.0 was released yesterday: https://github.com/python-poetry/poetry/releases/tag/2.0.0
Since then, our CI is broken because of incompatibility with
poetry-bumpversion
:We will enforce the use of Poetry version 1.8 for the time being. However, it would be helpful to know if there are plans to support Poetry version 2.
The text was updated successfully, but these errors were encountered: