From d7c66e4ac3b7c6a04be3033587001439bfd95fbd Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 1 Feb 2023 20:14:00 +0100 Subject: [PATCH] prepare v2.9.0 --- CHANGELOG.md | 2 +- eive_tmtc/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c84e6b..47ccde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). The [milestone](https://egit.irs.uni-stuttgart.de/eive/eive-obsw/milestones) list yields a list of all related PRs for each release. -# [v2.8.1] 2023-01-01 +# [v2.9.0] 2023-01-01 ## Fixed diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index c3f6904..38e3ff5 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -3,10 +3,10 @@ from pathlib import Path SW_NAME = "eive-tmtc" VERSION_MAJOR = 2 -VERSION_MINOR = 8 +VERSION_MINOR = 9 VERSION_REVISION = 0 -__version__ = "2.8.0" +__version__ = "2.9.0" EIVE_TMTC_ROOT = Path(__file__).parent PACKAGE_ROOT = EIVE_TMTC_ROOT.parent