From a59d3e449cfc6d18c658a1912a3cbb4d87b68bb8 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 6 Aug 2018 16:03:57 -0400 Subject: [PATCH] Preparing release 0.5 --- CHANGES.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e3056d5d5..13890cf3a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.5 (unreleased) +0.5 (2018-08-06) ---------------- General diff --git a/setup.cfg b/setup.cfg index 8d490f105..65f5615b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ url = https://github.com/astropy/photutils edit_on_github = False github_project = astropy/photutils install_requires = astropy -version = 0.5.dev +version = 0.5 # Note: you will also need to change this in your package's __init__.py minimum_python_version = 3.5