Skip to content
Snippets Groups Projects
Commit bf5f2897 authored by David Rafferty's avatar David Rafferty
Browse files

Merge branch 'prepare_v1.4.8' into 'master'

Prepare for release of v1.4.8

See merge request !36
parents b6ad0a42 b0a767ee
No related branches found
No related tags found
1 merge request!36Prepare for release of v1.4.8
Pipeline #31646 failed
...@@ -56,9 +56,9 @@ copyright = u'2022, David Rafferty' ...@@ -56,9 +56,9 @@ copyright = u'2022, David Rafferty'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.4.7' version = '1.4.8'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# This module stores the version and changelog # This module stores the version and changelog
# Version number # Version number
__version__ = '1.4.7' __version__ = '1.4.8'
# Change log # Change log
def changelog(): def changelog():
...@@ -11,6 +11,11 @@ def changelog(): ...@@ -11,6 +11,11 @@ def changelog():
LSMTool 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 2022/02/23 - Version 1.4.7
Fix reading of patchless tables for astropy versions < 4.1 Fix reading of patchless tables for astropy versions < 4.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment