prep v2.18.1

- Add announce boot counts command
This commit is contained in:
2023-03-11 15:23:02 +01:00
parent 432a642422
commit a40c881b9f
3 changed files with 55 additions and 40 deletions

View File

@ -1,4 +1,4 @@
__version__ = "2.18.0"
__version__ = "2.18.1"
import logging
from pathlib import Path
@ -6,7 +6,7 @@ from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 18
VERSION_REVISION = 0
VERSION_REVISION = 1
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent