PLOC SUPV HK parsing #231

Merged
muellerr merged 4 commits from parse-ploc-supv-hk into main 2023-08-15 14:39:09 +02:00
3 changed files with 41 additions and 3 deletions
Showing only changes of commit 36799ef51d - Show all commits

View File

@@ -10,6 +10,8 @@ list yields a list of all related PRs for each release.
# [unreleased] # [unreleased]
# [v5.4.3] 2023-08-15
## Added ## Added
- PLOC SUPV HK parsing. - PLOC SUPV HK parsing.

View File

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