From 60326b02112c26db377e9bd82c410f3c7cabb50e Mon Sep 17 00:00:00 2001 From: Clara Brasseur Date: Wed, 20 May 2020 16:02:51 -0400 Subject: [PATCH] Preparing release 0.6 --- CHANGES.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3008143c..bc4cab1d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.6 (unreleased) +0.6 (2020-05-20) ---------------- - Update wcs fitting to match Astropy (and use Astropy when available) [#29] - Limit the number of pixels used for WCS fitting to 100 [#30] diff --git a/setup.cfg b/setup.cfg index 08c72a9a..873d2c3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ github_project = spacetelescope/astrocut # install_requires = astropy, scipy, matplotlib install_requires = astropy>=3.0, scipy, Pillow # version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/) -version = 0.6.dev +version = 0.6 # Note: you will also need to change this in your package's __init__.py minimum_python_version = 3.5