Skip to content

Commit

Permalink
Rolled version numbers for R2 PGEs to 2.0.0-rc.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Collins committed Aug 9, 2023
1 parent da7f8f5 commit 6bc658c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample RunConfig for use with the CSLC-S1 PGE v2.0.0-rc.2.0
# Sample RunConfig for use with the CSLC-S1 PGE v2.0.0-rc.2.1
# This RunConfig should require minimal changes in order to be used with the
# OPERA PCM.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample RunConfig for use with the RTC-S1 PGE v2.0.0-rc.2.0
# Sample RunConfig for use with the RTC-S1 PGE v2.0.0-rc.2.1
# This RunConfig should require minimal changes in order to be used with the
# OPERA PCM.

Expand Down
2 changes: 1 addition & 1 deletion src/opera/pge/cslc_s1/cslc_s1_pge.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ class CslcS1Executor(CslcS1PreProcessorMixin, CslcS1PostProcessorMixin, PgeExecu
LEVEL = "L2"
"""Processing Level for CSLC-S1 Products"""

PGE_VERSION = "2.0.0-rc.2.0"
PGE_VERSION = "2.0.0-rc.2.1"
"""Version of the PGE (overrides default from base_pge)"""

SAS_VERSION = "0.4.0" # CalVal# release https://github.com/opera-adt/COMPASS/releases/tag/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/opera/pge/rtc_s1/rtc_s1_pge.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ class RtcS1Executor(RtcS1PreProcessorMixin, RtcS1PostProcessorMixin, PgeExecutor
LEVEL = "L2"
"""Processing Level for RTC-S1 Products"""

PGE_VERSION = "2.0.0-rc.2.0"
PGE_VERSION = "2.0.0-rc.2.1"
"""Version of the PGE (overrides default from base_pge)"""

SAS_VERSION = "0.4.1" # CalVal release https://github.com/opera-adt/RTC/releases/tag/v0.4.1
Expand Down

0 comments on commit 6bc658c

Please sign in to comment.