v5.0.0 #209

Merged
muellerr merged 5 commits from v5.0.0-dev into main 2023-06-22 17:33:52 +02:00
3 changed files with 13 additions and 4 deletions
Showing only changes of commit b917358b9f - Show all commits

View File

@@ -1,11 +1,11 @@
__version__ = "4.1.0" __version__ = "5.0.0"
import logging import logging
from pathlib import Path from pathlib import Path
SW_NAME = "eive-tmtc" SW_NAME = "eive-tmtc"
VERSION_MAJOR = 4 VERSION_MAJOR = 5
VERSION_MINOR = 1 VERSION_MINOR = 0
VERSION_REVISION = 0 VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent EIVE_TMTC_ROOT = Path(__file__).parent