This commit is contained in:
parent
8caa408cbd
commit
18304c31fa
@ -10,6 +10,8 @@ list yields a list of all related PRs for each release.
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v5.1.0] 2023-06-28
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- Internal error reporter dataset handling.
|
- Internal error reporter dataset handling.
|
||||||
@ -23,7 +25,7 @@ list yields a list of all related PRs for each release.
|
|||||||
- HK is only displayed in brief format per default now. This will soon be adaptable by CLI
|
- HK is only displayed in brief format per default now. This will soon be adaptable by CLI
|
||||||
argument.
|
argument.
|
||||||
|
|
||||||
# [v5.0.0]
|
# [v5.0.0] 2023-06-22
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
__version__ = "5.0.0"
|
__version__ = "5.1.0"
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
SW_NAME = "eive-tmtc"
|
SW_NAME = "eive-tmtc"
|
||||||
VERSION_MAJOR = 5
|
VERSION_MAJOR = 5
|
||||||
VERSION_MINOR = 0
|
VERSION_MINOR = 1
|
||||||
VERSION_REVISION = 0
|
VERSION_REVISION = 0
|
||||||
|
|
||||||
EIVE_TMTC_ROOT = Path(__file__).parent
|
EIVE_TMTC_ROOT = Path(__file__).parent
|
||||||
|
Loading…
Reference in New Issue
Block a user