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 = [