diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2019-03-01 16:34:37 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-03-01 16:34:37 -0500 |
commit | 05de42054a14fb4123c1368ee2907863786a6b25 (patch) | |
tree | 46f064c721426e377d8fe6152ab560f711ac9393 | |
parent | 8a10a625adc4ebb9239e1c8c03ccdc7b2e1b35be (diff) | |
download | astroconda-contrib-05de42054a14fb4123c1368ee2907863786a6b25.tar.gz |
NAXIS12->pixel_shape conversion (#481)
Fixed a bug dealing with `NAXIS1,2` deprecation, see https://github.com/spacetelescope/spherical_geometry/pull/165
-rw-r--r-- | spherical-geometry/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spherical-geometry/meta.yaml b/spherical-geometry/meta.yaml index c3d1ea6..68db1b9 100644 --- a/spherical-geometry/meta.yaml +++ b/spherical-geometry/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'spherical-geometry' %} {% set reponame = 'spherical_geometry' %} -{% set version = '1.2.9' %} +{% set version = '1.2.10' %} {% set number = '0' %} about: |