bump release
This commit is contained in:
parent
9cccefc938
commit
0c67ce5b08
@ -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.3.0] 18.01.2023
|
||||
# [v2.3.0] and [v2.3.1] 18.01.2023
|
||||
|
||||
- Bumped `tmtccmd` version to new alpha release, use some new features
|
||||
and fix the breaking changes
|
||||
|
@ -2,10 +2,10 @@ from pathlib import Path
|
||||
|
||||
SW_NAME = "eive-tmtc"
|
||||
VERSION_MAJOR = 2
|
||||
VERSION_MINOR = 2
|
||||
VERSION_REVISION = 0
|
||||
VERSION_MINOR = 3
|
||||
VERSION_REVISION = 1
|
||||
|
||||
__version__ = "2.2.0"
|
||||
__version__ = "2.3.1"
|
||||
|
||||
EIVE_TMTC_ROOT = Path(__file__).parent
|
||||
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user