Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
68 stars 23 forks source link

adds version management with bump2version #36

Closed bamthomas closed 2 years ago

bamthomas commented 2 years ago

Adds bump2version to increase release version.

The version is stored in boaviztapi/__init__.py. It is imported into setup.py and can be accessed elsewhere in the code.

The Makefile has been added to make it simple : just type make major|minor|patch The version management could for example follow semantic versionning

da-ekchajzer commented 2 years ago

Thanks for the contribution ! I will add a versioning section in the README. Semantic seems a good pattern for versioning.