Skip to content

Commit

Permalink
Updates for release 0.6.0 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-stsci authored Mar 2, 2022
1 parent 72ab570 commit 904b046
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.6.0 (unreleased)
0.6.0 (2022-03-02)
==================

general
Expand Down
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def pip_install_args = "--index-url ${pip_index} --progress-bar=off"
// Define environment variables needed for the regression tests
env_vars = [
"TEST_BIGDATA=https://bytesalad.stsci.edu/artifactory",
"CRDS_CONTEXT=roman_0028.pmap",
"CRDS_CONTEXT=roman_0030.pmap",
"CRDS_SERVER_URL=https://roman-crds-test.stsci.edu",
'CRDS_PATH=${WORKSPACE}/roman-crds-test-cache',
]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ If you have questions or concerns regarding the software, please open an [issue]
| 0.3.1 | 0.2 | 007 | Jun 2021 | Release for Build 0.2 CRDS tests |
| 0.4.2 | 0.3 | 011 | Sep 2021 | Release for Build 0.3 |
| 0.5.0 | 0.4 | 023 | Dec 2021 | Release for Build 0.4 |
| 0.6.0 | 0.5 | 030 | Mar 2022 | Release for Build 0.5

Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates
(formal CONTEXT deliveries are only provided with final builds).
Expand Down
7 changes: 4 additions & 3 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Add a CRDS context number for the delivery as a record here
#
# CRDS_CONTEXT = roman_0028.pmap
# CRDS_CONTEXT = roman_0030.pmap
#
alabaster==0.7.12
appnope==0.1.2
Expand All @@ -25,7 +25,7 @@ charset-normalizer==2.0.7
ci-watson==0.5
codecov==2.1.12
coverage==6.1.2
crds==11.5.2
crds==11.9.0
cycler==0.11.0
decorator==5.1.0
distlib==0.3.3
Expand Down Expand Up @@ -93,7 +93,7 @@ python-dateutil==2.8.2
pytz==2021.3
PyYAML==6.0
requests==2.26.0
roman-datamodels==0.10.0
roman-datamodels==0.11.0
romanad==0.10.0
scipy==1.7.2
semantic-version==2.8.5
Expand All @@ -116,6 +116,7 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
stcal==0.6.0
stdatamodels==0.4.0
stpipe==0.3.1
stsci-rtd-theme==0.0.2
toml==0.10.2
tomli==1.2.2
Expand Down

0 comments on commit 904b046

Please sign in to comment.