prepare v2.8.0

This commit is contained in:
2023-02-01 18:50:51 +01:00
parent c8ea75b2ad
commit bf06dd70f4
3 changed files with 7 additions and 3 deletions

View File

@ -2,10 +2,10 @@ from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 7
VERSION_MINOR = 8
VERSION_REVISION = 0
__version__ = "2.7.0"
__version__ = "2.8.0"
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent