Skip to content

Commit

Permalink
Rolled version numbers in dswx_hls_pge.py to match latest available
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Collins committed Feb 2, 2023
1 parent 2847cde commit d1f9e52
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.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):
Expand Down

0 comments on commit d1f9e52

Please sign in to comment.