Compare commits

..

2 Commits

Author SHA1 Message Date
49f27c9923 forgot bumping version again 2023-01-23 17:43:22 +01:00
0010ac581a always forggetting it.. 2023-01-23 17:42:50 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ list yields a list of all related PRs for each release.
# [unreleased] # [unreleased]
# [v2.4.0] 2023-01-23 # [v2.4.0] and [v2.4.1] 2023-01-23
- Pin `tmtccmd` to v4.0.0a2 - Pin `tmtccmd` to v4.0.0a2
- Unify and move Syrlinks module, some bugfixes - Unify and move Syrlinks module, some bugfixes

View File

@ -2,10 +2,10 @@ from pathlib import Path
SW_NAME = "eive-tmtc" SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2 VERSION_MAJOR = 2
VERSION_MINOR = 3 VERSION_MINOR = 4
VERSION_REVISION = 1 VERSION_REVISION = 1
__version__ = "2.3.1" __version__ = "2.4.1"
EIVE_TMTC_ROOT = Path(__file__).parent EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent PACKAGE_ROOT = EIVE_TMTC_ROOT.parent