prep v2.15.0

This commit is contained in:
2023-02-23 15:13:35 +01:00
parent be032ab925
commit 4eb470c724
7 changed files with 119 additions and 31 deletions

View File

@ -1,11 +1,11 @@
__version__ = "2.14.0"
__version__ = "2.15.0"
import logging
from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 14
VERSION_MINOR = 15
VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent