From 5ee3237058432ce4faea04f58f6021d72c6c44b4 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Mon, 20 Jul 2015 20:32:48 +0200 Subject: [PATCH] Preparing release v0.6 --- CHANGES.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b839c8b..5b53139 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -0.5 (unreleased) +0.6 (2015-07-20) ---------------- - Fix a bug that caused ticks and labels to be incorrect if a WCS object was diff --git a/setup.py b/setup.py index 9e3eac7..4a05256 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,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.6' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION