dguest / pandamonium

Command line scripts to parse panda web api
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

chore: Migrate from bumpversion to bump2version #39

Closed matthewfeickert closed 4 years ago

matthewfeickert commented 4 years ago

@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.

This PR migrates to using bump2version v1.X release series.

Suggested squash and merge commit message:

* Migrate from using bumpversion to bump2version in the develop extra
   - bumpversion is no longer maintained and bump2version is the recommended fork
   - Use bump2version v1.X series
matthewfeickert commented 4 years ago

@dguest this is ready for review.