bump tmtc to v3.1.0
This commit is contained in:
parent
d623e83be8
commit
3bb0a08e95
@ -10,6 +10,8 @@ list yields a list of all related PRs for each release.
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v3.1.0] 2023-04-16
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- New core controller file system helper commands.
|
- New core controller file system helper commands.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
__version__ = "3.0.0"
|
__version__ = "3.1.0"
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
SW_NAME = "eive-tmtc"
|
SW_NAME = "eive-tmtc"
|
||||||
VERSION_MAJOR = 3
|
VERSION_MAJOR = 3
|
||||||
VERSION_MINOR = 0
|
VERSION_MINOR = 1
|
||||||
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