From a3e03350faf3055835e65e744bc177761448ce20 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 8 Mar 2023 19:19:01 +0100 Subject: [PATCH] prep v2.17.2 --- CHANGELOG.md | 5 +++++ eive_tmtc/__init__.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532145b..0054227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v2.17.2] 2023-03-07 + +- Updated CSVs +- New events for core controller + # [v2.17.1] 2023-03-07 ## Added diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index c57a355..f3610e6 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.17.1" +__version__ = "2.17.2" import logging from pathlib import Path @@ -6,7 +6,7 @@ from pathlib import Path SW_NAME = "eive-tmtc" VERSION_MAJOR = 2 VERSION_MINOR = 17 -VERSION_REVISION = 1 +VERSION_REVISION = 2 EIVE_TMTC_ROOT = Path(__file__).parent PACKAGE_ROOT = EIVE_TMTC_ROOT.parent