From ec55e13f41f6f40f7ee820ea6bdf2aa3499a86e8 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 27 Feb 2018 11:44:26 -0500 Subject: Bump Ginga to 2.7 and stginga to 0.3 (#316) --- ginga/meta.yaml | 4 ++-- stginga/meta.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 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 }} diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 9bfcd0d..1d10c73 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,10 +1,10 @@ {% set name = 'stginga' %} -{% set version = '0.2.1' %} +{% set version = '0.3' %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set tag = version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,15 +20,15 @@ package: requirements: build: - - ginga >=2.6.2 - - astropy >=1.2 + - ginga >=2.7 + - astropy >=2 - numpy {{ numpy }} - scipy - setuptools - python {{ python }} run: - - ginga >=2.6.2 - - astropy >=1.2 + - ginga >=2.7 + - astropy >=2 - numpy - scipy - python -- cgit