diff options
author | Todd Miller <jmiller@stsci.edu> | 2017-07-13 10:42:15 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-07-13 10:42:15 -0400 |
commit | 899109a479fd94a061d91ff9ad8c58c9be3ea98d (patch) | |
tree | cae8ccaec4fd9829aabcc6deaab73b0636f0d074 /crds | |
parent | 4ddf55ce039764f18ebe0deb5e23675c5bfd6cc9 (diff) | |
download | astroconda-contrib-899109a479fd94a061d91ff9ad8c58c9be3ea98d.tar.gz |
Bump crds version (#238)
* Bumped CRDS version to 7.1.3
* Added dependency on lockfile to support JWST cal code concurrent
crds bestrefs and corresonding multi-process CRDS cache syncs.
* Updated CRDS version to 7.1.4 for JWST CRDS cache locking, association prefetch.
* Reset build number
Diffstat (limited to 'crds')
-rw-r--r-- | crds/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index 9f9a31e..f43f6af 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'crds' %} -{% set version = '7.1.3' %} -{% set number = '1' %} +{% set version = '7.1.4' %} +{% set number = '0' %} about: home: http://www.stsci.edu/hst/observatory/crds/ |