scikit-hep / pyhf

pure-Python HistFactory implementation with tensors and autodiff
https://pyhf.readthedocs.io/
Apache License 2.0
281 stars 83 forks source link

Migrate from bumpversion to bump2version #1082

Closed matthewfeickert closed 3 years ago

matthewfeickert commented 3 years ago

Description

@dguest has brought to my attention that bumpversion is no longer maintained (as of apparently November 2019). Given this we should probably take the project's advice

🎬 If you want to start using bumpversion, you're best advised to install one of the maintained forks, e.g. ➡ @ c4urself's bump2version.

given that it seems that transferring ownership and maintainers is taking a very long time/might not happen.

kratsg commented 3 years ago

is it just as easy as switching to bump2version?

matthewfeickert commented 3 years ago

is it just as easy as switching to bump2version?

I think so as bump2version is just a direct fork and uses .bumpversion.cfg. I just made this Issue as more of a reminder to myself.