From 3fef364cbcd2f9edc2bf4d86b3756f375c5ca81a Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Wed, 20 Feb 2019 09:57:12 -0500 Subject: [PATCH] tag v0.4.4 release --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c84251c55..bfe777a35 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.4.4 (unreleased) +0.4.4 (2019-02-20) ------------------ - Refactor all beam parameters into mix-in classes; added BaseOneDSpectrum for common functionality between OneDSpectrum and VaryingResolutionOneDSpectrum. diff --git a/setup.py b/setup.py index 684020933..2e168ff19 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.4.4.dev' +VERSION = '0.4.4' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION