GIT Taging

Versioning

Caliopen follows the semver's Semantic Versioning rules.

Python versioning

each python package MUST have in the __init__.py file on it's exposed namespace :

__version__ = 'x.x.x'

package's setup.py must expose package version using reading of this version number.