This commit is contained in:
parent
66db12796b
commit
af1474f10c
@ -10,6 +10,12 @@ list yields a list of all related PRs for each release.
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v5.5.1] 2023-09-12
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Some API usage fixes related to `tmtccmd` update.
|
||||||
|
|
||||||
# [v5.5.0] 2023-09-12
|
# [v5.5.0] 2023-09-12
|
||||||
|
|
||||||
- Version is not specfied dynamically anymore and can be updated in `pyproject.toml`
|
- Version is not specfied dynamically anymore and can be updated in `pyproject.toml`
|
||||||
|
@ -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.5.0"
|
version = "5.5.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