From 2d204c6fe25aad737c13b92bed2a682a5f10dce5 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Fri, 23 Dec 2016 09:23:13 -0500 Subject: [PATCH] Preparing release 0.7 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 178f81e5..7fa47298 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.7 (unreleased) +0.7 (2016-12-23) ---------------- New Features diff --git a/setup.py b/setup.py index 0ee516b3..299d95d2 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.6.dev' +VERSION = '0.7' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION