From cbbb3352545c8f124019467659c2f0c80921ad0c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 9 Mar 2023 17:01:50 +0100 Subject: [PATCH] prep v2.17.3 --- CHANGELOG.md | 7 +++++++ eive_tmtc/__init__.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0054227..4050bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ list yields a list of all related PRs for each release. # [unreleased] +# [v2.17.3] 2023-03-09 + +## Fixed + +- Fixed the heater object ID names completely. Also, + the HPA heater is now the Syrlinks heater. + # [v2.17.2] 2023-03-07 - Updated CSVs diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index f3610e6..16874aa 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.17.2" +__version__ = "2.17.3" 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 = 2 +VERSION_REVISION = 3 EIVE_TMTC_ROOT = Path(__file__).parent PACKAGE_ROOT = EIVE_TMTC_ROOT.parent