From 82a964c6bfd609b63a037a1e219dca6a81edc47d Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Tue, 28 Feb 2023 10:21:58 -0800 Subject: [PATCH] Rolled version for DSWx-HLS to 1.0.0-rc.7.1 and updated SAS version to 0.5.3 --- src/opera/pge/dswx_hls/dswx_hls_pge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opera/pge/dswx_hls/dswx_hls_pge.py b/src/opera/pge/dswx_hls/dswx_hls_pge.py index d5ef4af6..c7fcb27a 100644 --- a/src/opera/pge/dswx_hls/dswx_hls_pge.py +++ b/src/opera/pge/dswx_hls/dswx_hls_pge.py @@ -615,10 +615,10 @@ class DSWxHLSExecutor(DSWxHLSPreProcessorMixin, DSWxHLSPostProcessorMixin, PgeEx LEVEL = "L3" """Processing Level for DSWx-HLS Products""" - PGE_VERSION = "1.0.0-rc.7.0" + PGE_VERSION = "1.0.0-rc.7.1" """Version of the PGE (overrides default from base_pge)""" - SAS_VERSION = "0.5.2" # CalVal release 3.3 https://github.com/nasa/PROTEUS/releases/tag/v0.5.2 + SAS_VERSION = "0.5.3" # CalVal release 3.3 https://github.com/nasa/PROTEUS/releases/tag/v0.5.3 """Version of the SAS wrapped by this PGE, should be updated as needed with new SAS deliveries""" def __init__(self, pge_name, runconfig_path, **kwargs):