Update poetry dynamic versioning implementation to enable qats --version (in console) and qats.__version__ (python) to render a correct version string when invoked in an editable install (after poetry install). This also implies that version string is correctly rendered in the GUI "About QATS" windows.
Update poetry dynamic versioning implementation to enable
qats --version
(in console) andqats.__version__
(python) to render a correct version string when invoked in an editable install (afterpoetry install
). This also implies that version string is correctly rendered in the GUI "About QATS" windows.