diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2020-09-08 09:32:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 09:32:34 -0400 |
commit | 2a6456c3e8894c2476ba6f1938028536e69c24e5 (patch) | |
tree | cf3091e9cdc990266fe5a0031cd921935481c709 /tweakwcs | |
parent | ccc3e20b060972d20a4a4cf9e87ccfe0f8275f1a (diff) | |
download | astroconda-contrib-2a6456c3e8894c2476ba6f1938028536e69c24e5.tar.gz |
tweakwcs release 0.6.5 (#669)
Adds support for user-specified alignment tangent plane. See https://github.com/spacetelescope/tweakwcs/pull/125 for more information.
Diffstat (limited to 'tweakwcs')
-rw-r--r-- | tweakwcs/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tweakwcs/meta.yaml b/tweakwcs/meta.yaml index 053a54b..554ac6b 100644 --- a/tweakwcs/meta.yaml +++ b/tweakwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'tweakwcs' %} -{% set version = '0.6.4' %} +{% set version = '0.6.5' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |