Drop bump2version
for bump-my-version
#1557
Labels
enhancement
New feature or request
information
For development/intsructional purposes
standards / conventions
Suggestions on ways forward
Milestone
Addressing a Problem?
The
bump-2-version
library (a fork ofbumpversion
) is sadly unmaintained (last release: October 2020). A new fork that looks promising isbump-my-version
. This version brings TOML support to the project, so that's a nice bonus.I've integrated this fork into the Ouranos Python cookiecutter, but since
xclim
is not based on this template, any changes need to be ported directly.Potential Solution
bump2version
withbump-my-version
bumpversion
configuration into either a.bumpversion.toml
or into thepyproject.toml
, depending on how we address changes that should be performed in Deployment policy and SemVer v2-compliant versioning #1556Additional context
Given that the
setup.cfg
will only house the fewflake8
configuration options after changes, we can probably turn this into a.flake8
ini file so that we drop usage ofsetup.cfg
altogether.Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: