From 27a5a2770fe8d7713f81ad4d416c7d34b33e7f0d Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Wed, 21 Feb 2018 15:53:48 -0700 Subject: [PATCH] create v0.4.2 release --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 191ea736d..f90cb84c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.4.2 (unreleased) +0.4.2 (2018-02-21) ------------------ - Bugfix and enhancement: handle multiple beams using radio_beam's multiple-beams feature. This allows `convolve_to` to work when some beams diff --git a/setup.py b/setup.py index 4130f320f..09b7d3ae4 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.2.dev' +VERSION = '0.4.2' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION