From 39e6a0488922590900b862e5e70524be1d6ec5ba Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 11 Oct 2023 18:14:19 +0200 Subject: [PATCH] prep v5.7.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ac2b3..07fd711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v5.7.1] 2023-10-11 + +## Added + +- SCEX normal command + # [v5.7.0] 2023-10-10 - `tmtccmd` v6.0.0 diff --git a/pyproject.toml b/pyproject.toml index 846a4b7..9191876 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.7.0" +version = "5.7.1" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [