From b0a767ee6cfc78256d317c40ec713aa6d829be5b Mon Sep 17 00:00:00 2001 From: David Rafferty <drafferty@hs.uni-hamburg.de> Date: Thu, 9 Jun 2022 11:54:40 +0200 Subject: [PATCH] Prepare for release of v1.4.8 --- docs/source/conf.py | 4 ++-- lsmtool/_version.py | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e387c57..a89670b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,9 +56,9 @@ copyright = u'2022, David Rafferty' # built documents. # # The short X.Y version. -version = '1.4.7' +version = '1.4.8' # The full version, including alpha/beta/rc tags. -release = '1.4.7' +release = '1.4.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/lsmtool/_version.py b/lsmtool/_version.py index c769ed2..03b1c6f 100644 --- a/lsmtool/_version.py +++ b/lsmtool/_version.py @@ -3,7 +3,7 @@ # This module stores the version and changelog # Version number -__version__ = '1.4.7' +__version__ = '1.4.8' # Change log def changelog(): @@ -11,6 +11,11 @@ def changelog(): LSMTool Changelog. ----------------------------------------------- + 2022/06/09 - Version 1.4.8 + + Fix bug in concatenation of sky models when number of spectral index + terms differs + 2022/02/23 - Version 1.4.7 Fix reading of patchless tables for astropy versions < 4.1 -- GitLab