Fisheye: Tag 3c15b6a36244fd99b654f80692102b75ac6de309 refers to a dead (removed) revision in file `VERSION'. Fisheye: No comparison available. Pass `N' to diff? Index: leahi_dialin/VERSION =================================================================== diff -u --- leahi_dialin/VERSION (revision 0) +++ leahi_dialin/VERSION (revision 3c15b6a36244fd99b654f80692102b75ac6de309) @@ -0,0 +1 @@ +1.0.0-000.local \ No newline at end of file Index: leahi_dialin/version.py =================================================================== diff -u -r230095218088ec691b15c63393c7bc1d51ed9ab3 -r3c15b6a36244fd99b654f80692102b75ac6de309 --- leahi_dialin/version.py (.../version.py) (revision 230095218088ec691b15c63393c7bc1d51ed9ab3) +++ leahi_dialin/version.py (.../version.py) (revision 3c15b6a36244fd99b654f80692102b75ac6de309) @@ -20,7 +20,7 @@ from typing import Tuple -VERSION_FILE_LOCATION = f'{os.path.realpath(__file__)}/../../VERSION' +VERSION_FILE_LOCATION = f'{os.path.realpath(__file__)}/../VERSION' def get_branch(): """ @@ -82,6 +82,7 @@ branch = None commit = None + print(f'VERSION_FILE_LOCATION: {VERSION_FILE_LOCATION}') with open(file = os.path.abspath(VERSION_FILE_LOCATION)) as f: content = f.read().split('-') version = content[0]