Skip to content

Commit

Permalink
Rolled version for DSWx-HLS to 1.0.0-rc.7.1 and updated SAS version t…
Browse files Browse the repository at this point in the history
…o 0.5.3
  • Loading branch information
Scott Collins committed Feb 28, 2023
1 parent 725ae9d commit 82a964c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opera/pge/dswx_hls/dswx_hls_pge.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 82a964c

Please sign in to comment.