Merge pull request 'Bugfix CFDP' (#191) from bugfix-cfdp into v4.0.0-dev

Reviewed-on: #191
This commit is contained in:
Marius Eggert 2023-05-22 10:42:49 +02:00
commit c6c4b9a995
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,8 @@ list yields a list of all related PRs for each release.
# [unreleased]
`tmtccmd` version: v5.0.0a0
## Added
- Event handling for reboot counter events.
@ -19,6 +21,7 @@ list yields a list of all related PRs for each release.
## Fixed
- Fix for PLOC power switching.
- Bump `tmtccmd` to v5.0.0a0 for important bugfix in CFDP header.
# [v3.1.1] 2023-04-17

View File

@ -29,7 +29,7 @@ classifiers = [
"Topic :: Scientific/Engineering"
]
dependencies = [
"tmtccmd ~= 4.1",
"tmtccmd ~= 5.0.0a0",
"python-dateutil ~= 2.8",
# tmtccmd @ git+https://github.com/robamu-org/tmtccmd@<gitRev>#egg=tmtccmd
]