diff options
author | P. L. Lim <lim@stsci.edu> | 2017-04-05 10:30:10 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-04-05 10:30:10 -0400 |
commit | 2c5b10998eaa6e1d9f853973f9198dd0efc5e2ca (patch) | |
tree | 22f1663f16ec923dab382a3721381229d23ea032 /ginga | |
parent | aaa03db50e8a2412d39c675ab085a3452b05e954 (diff) | |
download | astroconda-contrib-2c5b10998eaa6e1d9f853973f9198dd0efc5e2ca.tar.gz |
Bump Ginga to latest release (#194)
Diffstat (limited to 'ginga')
-rw-r--r-- | ginga/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index c88118a..f9fe68b 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'ginga' %} -{% set version = '2.6.2.1' %} -{% set tag = 'ab017d8' %} -{% set number = '1' %} +{% set version = '2.6.3' %} +{% set tag = 'v2.6.3' %} +{% set number = '0' %} about: home: https://github.com/ejeschke/{{ name }} |