summaryrefslogtreecommitdiff
path: root/ginga
diff options
context:
space:
mode:
authorP. L. Lim <2090236+pllim@users.noreply.github.com>2018-02-27 11:44:26 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-27 11:44:26 -0500
commitec55e13f41f6f40f7ee820ea6bdf2aa3499a86e8 (patch)
tree287cd99b6c3e6135ff7ddfacb234be007c91c36b /ginga
parent4e11df7084a1866b12d1302a5aba33dbb2d69ddb (diff)
downloadastroconda-contrib-ec55e13f41f6f40f7ee820ea6bdf2aa3499a86e8.tar.gz
Bump Ginga to 2.7 and stginga to 0.3 (#316)
Diffstat (limited to 'ginga')
-rw-r--r--ginga/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml
index e598f09..abcb400 100644
--- a/ginga/meta.yaml
+++ b/ginga/meta.yaml
@@ -1,10 +1,10 @@
{% set name = 'ginga' %}
-{% set version = '2.6.6' %}
+{% set version = '2.7.0' %}
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
{% set tag = 'v' ~ version %}
-{% set number = '1' %}
+{% set number = '0' %}
about:
home: https://github.com/ejeschke/{{ name }}