ricardolsmendes / datacatalog-tag-manager

Python package to manage Google Cloud Data Catalog tags, loading metadata from external sources -- currently supports the CSV file format
MIT License
18 stars 11 forks source link

Set up the bumpversion library #18

Closed ricardolsmendes closed 4 years ago

ricardolsmendes commented 4 years ago

bumpversion is a small command-line tool to simplify releasing software by updating all version strings in your source code by the correct increment. It also creates commits and tags.

ricardolsmendes commented 4 years ago

The file .bumpversion.cfg was added in https://github.com/ricardolsmendes/datacatalog-tag-manager/commit/a3a58dbd95f1b910aec3fab084e337e27d88c5b2. There's nothing else to change in the code. Run pip install --upgrade bump2version to install bump2version in the development environment.