From 69fda96d7acd78d54a3f653113c8a417febd93c2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 17 Apr 2024 15:02:20 +0200 Subject: [PATCH] bump major version --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a76b643..b0334d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v7.0.0] 2024-04-17 + +- Reworked PLOC MPSoC commanding to be inline with OBSW update. + # [v6.2.0] 2024-04-10 ## Added diff --git a/pyproject.toml b/pyproject.toml index b5f75e8..6f7a9c4 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 = "6.2.0" +version = "7.0.0" requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [