From e4c79986918492991dae048ed664d76650ffcd20 Mon Sep 17 00:00:00 2001 From: Clara Brasseur Date: Fri, 21 Jun 2019 11:42:52 -0400 Subject: [PATCH] Preparing release 0.4 --- CHANGES.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5a6f25d9..bef4f147 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.4 (unreleased) +0.4 (2019-06-21) ---------------- - Adding more unit tests and coveralls setup [#11] diff --git a/setup.cfg b/setup.cfg index 1751f746..3d72651c 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 # version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/) -version = 0.4.dev +version = 0.4 # Note: you will also need to change this in your package's __init__.py minimum_python_version = 3.5