barectf: add pre-release version information (`barectf.__pre_version__`)
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 20:01:25 +0000 (16:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 21:46:31 +0000 (17:46 -0400)
commit1d3b354e4f279ec1de7168762180c0409aafc526
treee2a40065f43a804e386be669ec772a24f7ee619b
parent32408d771a05dcac801b0f91d5960398dffcafb5
barectf: add pre-release version information (`barectf.__pre_version__`)

This makes it possible to make a `-dev` or `-pre` version for example.

`barectf.__version__` contains the pre-release information.

The generated metadata stream gets a new `tracer_pre` environment entry
set to this value (empty string as of this patch).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/__init__.py
barectf/config.py
barectf/version.py
tests/tracing/conftest.py
This page took 0.024142 seconds and 4 git commands to generate.