Skip to content

feature: support poetry version/pdm bump support #6311

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

Closed
toppk opened this issue Aug 21, 2024 · 1 comment
Closed

feature: support poetry version/pdm bump support #6311

toppk opened this issue Aug 21, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@toppk
Copy link

toppk commented Aug 21, 2024

It would be nice if uv had native capability to update version information in pyproject.toml.

Both pdm and poetry have this capability, here are the links
https://python-poetry.org/docs/cli/#version
https://github.com/carstencodes/pdm-bump

The pdm support is through a 3rd party pdm plugin.

for example:

pdm bump micro # creates 0.1.2 from 0.1.1
poetry version patch # creates 0.1.2 from 0.1.1
@zanieb
Copy link
Member

zanieb commented Aug 21, 2024

Duplicate of #6298

@zanieb zanieb marked this as a duplicate of #6311 Aug 21, 2024
@zanieb zanieb closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2024
@zanieb zanieb added the duplicate This issue or pull request already exists label Aug 21, 2024
@zanieb zanieb marked this as a duplicate of #6298 Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants