diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 20:12:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 20:12:58 -0400 |
commit | fe854a6575fba0f63022d051d694b33e3fa7605b (patch) | |
tree | 6dc8cd2466896ffc2455c77ba4a0396376872688 /shunit2/meta.yaml | |
parent | 3d2e413ae89a7244f1f7c171368886dfdc76d26f (diff) | |
download | astroconda-dev-fe854a6575fba0f63022d051d694b33e3fa7605b.tar.gz |
Fix incorrect version information
Diffstat (limited to 'shunit2/meta.yaml')
-rw-r--r-- | shunit2/meta.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shunit2/meta.yaml b/shunit2/meta.yaml index 5b6da1f..ef4022c 100644 --- a/shunit2/meta.yaml +++ b/shunit2/meta.yaml @@ -1,7 +1,5 @@ {% set name = 'shunit2' %} -{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") - +".dev" - +environ.get("GIT_DESCRIBE_NUMBER", "0") %} +{% set version = '2.1.3' %} {% set number = '0' %} about: |