Introduce new command definition tree #259

Merged
meggert merged 54 commits from bump-tmtccmd into v6.0.0-dev 2024-01-25 09:43:49 +01:00
6 changed files with 279 additions and 388 deletions
Showing only changes of commit ee955e96fb - Show all commits

View File

@@ -10,6 +10,12 @@ list yields a list of all related PRs for each release.
# [unreleased] # [unreleased]
# [v5.12.0] 2023-12-06
## Added
- New ACS controller commands.
# [v5.11.0] 2023-11-30 # [v5.11.0] 2023-11-30
## Added ## Added

View File

@@ -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.11.0" version = "5.12.0"
requires-python = ">=3.10" requires-python = ">=3.10"
license = {text = "Apache-2.0"} license = {text = "Apache-2.0"}
authors = [ authors = [