Merge branch 'v3.1.2-patch' into HEAD

This commit is contained in:
2023-06-19 17:12:34 +02:00
3 changed files with 9 additions and 3 deletions

View File

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