we have an /info/version endpoint in the API
https://api.harmonydata.ac.uk/docs#/Info/show_version_info_version_get

However this is showing the commit ID only (taken from an environment variable at the time the Docker container is built)
We should also include the version of Harmony Python package in the return value, for example as below:
{
"version_id": "20240122115533_2aa3327"
"harmony_version": "0.5.0"
}
When this is completed we need to display the version in the front end - see related front end issue: harmonydata/app#12