summaryrefslogtreecommitdiff
path: root/shunit2
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 20:12:58 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 20:12:58 -0400
commitfe854a6575fba0f63022d051d694b33e3fa7605b (patch)
tree6dc8cd2466896ffc2455c77ba4a0396376872688 /shunit2
parent3d2e413ae89a7244f1f7c171368886dfdc76d26f (diff)
downloadastroconda-dev-fe854a6575fba0f63022d051d694b33e3fa7605b.tar.gz
Fix incorrect version information
Diffstat (limited to 'shunit2')
-rw-r--r--shunit2/meta.yaml4
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: