bump minor version
This commit is contained in:
parent
004b561b7d
commit
9edbdf1a8d
@ -10,6 +10,11 @@ list yields a list of all related PRs for each release.
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v2.22.0] 2023-04-07
|
||||||
|
|
||||||
|
- Various smaller and helper commands added for tests
|
||||||
|
- Update generated files
|
||||||
|
|
||||||
# [v2.21.0] 2023-04-04
|
# [v2.21.0] 2023-04-04
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
__version__ = "2.21.0"
|
__version__ = "2.22.0"
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
SW_NAME = "eive-tmtc"
|
SW_NAME = "eive-tmtc"
|
||||||
VERSION_MAJOR = 2
|
VERSION_MAJOR = 2
|
||||||
VERSION_MINOR = 21
|
VERSION_MINOR = 22
|
||||||
VERSION_REVISION = 0
|
VERSION_REVISION = 0
|
||||||
|
|
||||||
EIVE_TMTC_ROOT = Path(__file__).parent
|
EIVE_TMTC_ROOT = Path(__file__).parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user