prep v5.4.2
EIVE/-/pipeline/pr-main Build queued... Details

This commit is contained in:
Robin Müller 2023-08-15 13:57:43 +02:00
parent b0562ea9c7
commit 4b08f5dd5b
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
2 changed files with 8 additions and 2 deletions

View File

@ -10,6 +10,12 @@ list yields a list of all related PRs for each release.
# [unreleased]
# [v5.4.2] 2023-08-15
## Added
- New NONE entry for PL PCDU submode enum.
# [v5.4.1] 2023-08-15
## Added

View File

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