diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:37:48 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:23 -0400 |
commit | 8950d42d96d13ca064fd73dd41cc2f6632b60b15 (patch) | |
tree | e32cab77c4a046357a26edc679e3fcda4e75ce45 /pandokia | |
parent | 6903289c49c54c38cfef01d0ecf65561ee74a125 (diff) | |
download | astroconda-dev-8950d42d96d13ca064fd73dd41cc2f6632b60b15.tar.gz |
Bump versions for recon integration
Diffstat (limited to 'pandokia')
-rw-r--r-- | pandokia/meta.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index 1dfab98..0c6dfcf 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -6,7 +6,7 @@ build: number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' package: name: pandokia - version: 1.3.11 + version: 1.4.0 requirements: build: - nose @@ -21,7 +21,8 @@ requirements: - pytest - python x.x source: - git_url: git@github.com:spacetelescope/pandokia + git_tag: 1.4.0 + git_url: https://github.com/spacetelescope/pandokia test: commands: - pdk --help |