From 04f2a9540bff994653df7a2d015eddaf3141efa0 Mon Sep 17 00:00:00 2001 From: e-koch Date: Tue, 26 Nov 2019 16:26:29 -0700 Subject: [PATCH] Preparing for release v1.1 --- CHANGE.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGE.rst b/CHANGE.rst index 5a387b99..0c991e3c 100644 --- a/CHANGE.rst +++ b/CHANGE.rst @@ -1,8 +1,8 @@ -Version 1.1 (unreleased) +Version 1.1 (2019-11-26) ------------------------ * #217 - Add pip install to docs. Clean-up setup script. -Version 1.0 (04-20-2019) +Version 1.0 (2019-04-20) ------------------------ * #216 - Correct the PCA spatial and spectral width definitions. Update unit test data to reflect change. * #215 - Generalize WCS pixel conversions. Fixed units for the delta-variance break. diff --git a/setup.py b/setup.py index 71f559a4..e6b54a73 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 = '1.1.0.dev' +VERSION = '1.1.0' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION