From 6e3daf1d4ee5994cc8404e267c3eec05348035b5 Mon Sep 17 00:00:00 2001 From: Brett Morris Date: Mon, 8 Jul 2019 13:02:43 +0200 Subject: [PATCH] Preparing release v0.5 --- CHANGES.rst | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9c336d9d..31fffe33 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,15 @@ -0.5 (unreleased) +0.6 (unreleased) +---------------- + + +0.5 (2019-07-08) ---------------- - ``observability_table`` now accepts scalars as ``time_range`` arguments, and gives ``'time observable'`` in this case in the resulting table. [#350] +- Bug fixes [#414, #412, #407, #401] + 0.4 (2017-10-23) ---------------- diff --git a/setup.py b/setup.py index e57681af..f20e09df 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.5.dev' +VERSION = '0.5' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION