diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-29 10:13:47 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-29 10:13:47 -0400 | 
| commit | 8834d907ad3db505b83940d854e4b8452644e5c6 (patch) | |
| tree | 31efd3ad50d9b45f363869e72503a472208c0dd2 /crds | |
| parent | 84432a89cb58f32fc05f2e3d684d2a3cf85c7414 (diff) | |
| parent | 45eba016ac9a71ce2fce1ddbe2cb7e24c8733735 (diff) | |
| download | astroconda-contrib-8834d907ad3db505b83940d854e4b8452644e5c6.tar.gz | |
Merge branch 'release_1.0.0'
Diffstat (limited to 'crds')
| -rw-r--r-- | crds/meta.yaml | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/crds/meta.yaml b/crds/meta.yaml index 12e7ae4..50b4c62 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -3,11 +3,11 @@ about:      license: AURA      summary: crds  build: -    number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' +    number: '0'      preserve_egg_dir: 'no'  package:      name: crds -    version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}' +    version: 6.0.0  requirements:      build:      - d2to1 @@ -20,6 +20,7 @@ requirements:      - numpy x.x      - python x.x  source: +    git_tag: 6.0.0      git_url: https://github.com/spacetelescope/crds  test:      imports: | 
