This commit is contained in:
parent
26552ebeca
commit
99c6c8bbd0
@ -10,6 +10,10 @@ list yields a list of all related PRs for each release.
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v5.10.1] 2023-10-27
|
||||||
|
|
||||||
|
- Minor improvements, update event translation.
|
||||||
|
|
||||||
# [v5.10.0] 2023-10-27
|
# [v5.10.0] 2023-10-27
|
||||||
|
|
||||||
- Added new STR commands to allow more debugging.
|
- Added new STR commands to allow more debugging.
|
||||||
|
@ -130,7 +130,7 @@ class Info:
|
|||||||
RESET_SECONDARY_TM_SET = "Reset secondary TM to Temperature Set only"
|
RESET_SECONDARY_TM_SET = "Reset secondary TM to Temperature Set only"
|
||||||
READ_SECONDARY_TM_SET = "Read list of secondary TM Sets"
|
READ_SECONDARY_TM_SET = "Read list of secondary TM Sets"
|
||||||
UPLOAD_IMAGE = "Upload Optical Image"
|
UPLOAD_IMAGE = "Upload Optical Image"
|
||||||
DOWNLOAD_IMAGE = "Download Optical Image"
|
DOWNLOAD_IMAGE = "Download Optical Image"
|
||||||
TAKE_IMAGE = "Take Image"
|
TAKE_IMAGE = "Take Image"
|
||||||
SET_IMG_PROCESSOR_MODE = "Set Image Processor Mode"
|
SET_IMG_PROCESSOR_MODE = "Set Image Processor Mode"
|
||||||
FW_UPDATE = "Firmware Update"
|
FW_UPDATE = "Firmware Update"
|
||||||
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "eive-tmtc"
|
name = "eive-tmtc"
|
||||||
description = "TMTC Commander EIVE"
|
description = "TMTC Commander EIVE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "5.10.0"
|
version = "5.10.1"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
license = {text = "Apache-2.0"}
|
license = {text = "Apache-2.0"}
|
||||||
authors = [
|
authors = [
|
||||||
|
Loading…
Reference in New Issue
Block a user