Merge remote-tracking branch 'origin/v4.0.0-dev' into move-pdu-datavar

This commit is contained in:
2023-06-09 12:39:38 +02:00
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -10,7 +10,9 @@ list yields a list of all related PRs for each release.
# [unreleased]
# [v3.2.0] to be released
# [v4.0.0] to be released
`tmtccmd` version: v5.0.0rc0
## Added
@@ -21,6 +23,7 @@ list yields a list of all related PRs for each release.
## Fixed
- Fix for PLOC power switching.
- Bump `tmtccmd` to v5.0.0rc0 for important bugfix in CFDP header.
# [v3.1.1] 2023-04-17
+1 -1
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
]