prep v5.4.0
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-08-15 13:13:06 +02:00
parent 23f21b40eb
commit 403657110b
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
2 changed files with 10 additions and 3 deletions

View File

@ -10,6 +10,13 @@ list yields a list of all related PRs for each release.
# [unreleased]
# [v5.4.0] 2023-08-15
## Added
- New enumeration for PL PCDU commanding.
- Some new events
# [v5.3.1] 2023-07-26
## Changed

View File

@ -1,12 +1,12 @@
__version__ = "5.3.1"
__version__ = "5.4.0"
import logging
from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 5
VERSION_MINOR = 3
VERSION_REVISION = 1
VERSION_MINOR = 4
VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent