From 9edbdf1a8dc62405e14e59fd4a4dced991963ca5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 7 Apr 2023 18:11:45 +0200 Subject: [PATCH] bump minor version --- CHANGELOG.md | 5 +++++ eive_tmtc/__init__.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94249be..64bb550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index 19e919f..20762d8 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -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