diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-06-18 14:34:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 14:34:10 -0400 |
commit | 1743f408d6a27eb8227d8505d4716fbeec426796 (patch) | |
tree | 7876ba85160c156bae169145eb80c8d39256a3b2 /jwstdp/utils | |
parent | 8295f8709fa97bf7c8a3344212a6e9ea807f75ed (diff) | |
download | astroconda-releases-1743f408d6a27eb8227d8505d4716fbeec426796.tar.gz |
JWSTDP-0.13.4 (#68)
* JWSTDP-0.13.4
* Replace freetds with kerberized version
Diffstat (limited to 'jwstdp/utils')
-rwxr-xr-x | jwstdp/utils/jwst_delivery_prep.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jwstdp/utils/jwst_delivery_prep.sh b/jwstdp/utils/jwst_delivery_prep.sh index c891530..7aa1fb1 100755 --- a/jwstdp/utils/jwst_delivery_prep.sh +++ b/jwstdp/utils/jwst_delivery_prep.sh @@ -24,8 +24,8 @@ pyver="py36" spec_dir="/eng/ssb/websites/ssbpublic/astroconda-releases-staging/" # Conda installer versions to suggest in README.md file. -anaconda_ver="2018.12" -miniconda_ver="4.5.12" +anaconda_ver="2019.03" +miniconda_ver="4.6.14" tagname=$1 |