bump minor version

This commit is contained in:
Robin Müller 2023-04-07 18:11:45 +02:00
parent 004b561b7d
commit 9edbdf1a8d
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 7 additions and 2 deletions

View File

@ -10,6 +10,11 @@ list yields a list of all related PRs for each release.
# [unreleased]
# [v2.22.0] 2023-04-07
- Various smaller and helper commands added for tests
- Update generated files
# [v2.21.0] 2023-04-04
## Added

View File

@ -1,11 +1,11 @@
__version__ = "2.21.0"
__version__ = "2.22.0"
import logging
from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 21
VERSION_MINOR = 22
VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent