prep v2.14.0

This commit is contained in:
2023-02-22 15:01:48 +01:00
parent 336ed58272
commit be032ab925
2 changed files with 5 additions and 4 deletions

View File

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