From d1f9e52cf6f607fdeaa8544684717a183ec22c44 Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Thu, 2 Feb 2023 11:41:53 -0800 Subject: [PATCH] Rolled version numbers in dswx_hls_pge.py to match latest available --- 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 20975a36..cde73a6d 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.6.0" + PGE_VERSION = "1.0.0-rc.7.0" """Version of the PGE (overrides default from base_pge)""" - SAS_VERSION = "0.5.1" # CalVal release 3.2 https://github.com/nasa/PROTEUS/releases/tag/v0.5.1 + SAS_VERSION = "0.5.2" # CalVal release 3.3 https://github.com/nasa/PROTEUS/releases/tag/v0.5.2 """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):