Skip to content

Fix/version propagation

Mikhail Karnevskiy requested to merge fix/version_propagation into master

@haufs

Most actual version information can be taken from the git. In case of a standard installation of the python module the git information became unavailable.

This code stores the version information from the git during installation to the python variable.

In case of a development installation the version is taken directly from the git.

Merge request reports