Boavizta / boaviztapi

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

Adding a route GET "/version" #326

Closed da-ekchajzer closed 1 month ago

da-ekchajzer commented 1 month ago

Solves https://github.com/Boavizta/boaviztapi/issues/299

demeringo commented 1 month ago

@da-ekchajzer, I just added a test for non emtpy version.

I commented out the test that checks if version is valid semver... because on some releases we do not strictly use this versionning (e.g. 1.3 instead of 1.3.0).