Overview of bump2version capabilities
masterbump2version is a command-line tool designed to simplify software releases by updating version strings across multiple files.
Key features:
- Configurable formats: Versioning patterns are highly customizable.
- VCS Integration: Works with Git and Mercurial to read tags and write commits/tags, but can also function without any Version Control System.
- Language Agnostic: It operates on text files, making it compatible with any programming language.
- Runtime Support: Supports Python 3 and PyPy3. (For Python 2, use
pip>=9or pinbump2version<1).