Notice the -unknown suffix in the deployed files above.
$ which faber
/home/mloskot/tmp/faber/.env/bin/faber
$ faber --version
Faber version unknown
Since the shallow clone does not include any tags, the version is unknown.
Since shallow clone is preferred on CI builds, perhaps it would be possible to improve this to report known version (even if it is just version number, without revision).
I'm installing from shallow clone of the latest
develop
on Ubuntu using Python 3.5.2 and 3.6.7 (part of https://github.com/boostorg/gil/pull/220 task):git clone --depth=1 https://github.com/stefanseefeld/faber.git
Notice the
-unknown
suffix in the deployed files above.Since the shallow clone does not include any tags, the version is
unknown
.Since shallow clone is preferred on CI builds, perhaps it would be possible to improve this to report known version (even if it is just version number, without revision).