From c195d03b2e4b541668f6fa22b08658d21de23f36 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 24 Oct 2023 11:58:15 +0200 Subject: [PATCH] prep v5.9.0 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9aa05..7cacacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,11 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v5.9.0] 2023-10-24 + ## Added -- Added command to update PL PCDU I and V parameter bounds. +- Added command to update PL PCDU I and V parameter bounds commands. # [v5.8.0] 2023-10-11 diff --git a/pyproject.toml b/pyproject.toml index 3dc8a5a..fc922d4 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.8.0" +version = "5.9.0" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [