From ee955e96fb80419ad1fddd0554abbc745376befd Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 6 Dec 2023 17:19:01 +0100 Subject: [PATCH] prepare v5.12.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279e5bd..87cfe25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v5.12.0] 2023-12-06 + +## Added + +- New ACS controller commands. + # [v5.11.0] 2023-11-30 ## Added diff --git a/pyproject.toml b/pyproject.toml index 57362e8..fdab861 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.11.0" +version = "5.12.0" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [