zillionare / python-project-wizard

A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
https://zillionare.github.io/python-project-wizard/
BSD 3-Clause "New" or "Revised" License
123 stars 103 forks source link

Add poetry-bumpversion #37

Open scwall opened 1 year ago

scwall commented 1 year ago

Hello, Here is a package that should be interesting to put in the list of requirement dev: https://pypi.org/project/poetry-bumpversion/

The poetry version command only updates version in pyproject.toml file. This plugin updates version in other files when poetry version command is executed.

zillionare commented 1 year ago

@scwall Thanks. I'll put it in the new release.

zillionare commented 10 months ago

@scwall I need more evidence to put it in new release. Would you please tell me why should we use version in each file? Seems it cause version mismatch.