diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcba64..c41217e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v5.10.1] 2023-10-27 + +- Minor improvements, update event translation. + # [v5.10.0] 2023-10-27 - Added new STR commands to allow more debugging. diff --git a/eive_tmtc/tmtc/acs/star_tracker.py b/eive_tmtc/tmtc/acs/star_tracker.py index 44e26cf..f068d59 100644 --- a/eive_tmtc/tmtc/acs/star_tracker.py +++ b/eive_tmtc/tmtc/acs/star_tracker.py @@ -130,7 +130,7 @@ class Info: RESET_SECONDARY_TM_SET = "Reset secondary TM to Temperature Set only" READ_SECONDARY_TM_SET = "Read list of secondary TM Sets" UPLOAD_IMAGE = "Upload Optical Image" - DOWNLOAD_IMAGE = "Download Optical Image" + DOWNLOAD_IMAGE = "Download Optical Image" TAKE_IMAGE = "Take Image" SET_IMG_PROCESSOR_MODE = "Set Image Processor Mode" FW_UPDATE = "Firmware Update" diff --git a/pyproject.toml b/pyproject.toml index 34e60a9..2345398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "eive-tmtc" description = "TMTC Commander EIVE" readme = "README.md" -version = "5.10.0" +version = "5.10.1" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [ diff --git a/tmtcc.py b/tmtcc.py index 27868cc..a4721d7 100755 --- a/tmtcc.py +++ b/tmtcc.py @@ -25,7 +25,7 @@ from tmtccmd.cfdp.mib import ( RemoteEntityCfg, ) from tmtccmd import BackendBase -from tmtccmd.util import FileSeqCountProvider, PusFileSeqCountProvider +from tmtccmd.util import FileSeqCountProvider, PusFileSeqCountProvider from tmtccmd.fsfw.tmtc_printer import FsfwTmTcPrinter from tmtccmd.logging.pus import (