prepare v2.9.0

This commit is contained in:
Robin Müller 2023-02-01 20:14:00 +01:00
parent 2cb923314b
commit d7c66e4ac3
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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