prep v5.2.0
All checks were successful
EIVE/-/pipeline/head This commit looks good

This commit is contained in:
2023-07-13 11:30:43 +02:00
parent 9be81f1725
commit 2153aa2842
9 changed files with 7 additions and 11 deletions

View File

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