diff --git a/docs/source/conf.py b/docs/source/conf.py index 8e463d6de603fd53239952717061417e7b6a05d0..ab707b8a9355f504b6bbfa906a79c65283f9285c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ copyright = u'2022, David Rafferty' # The short X.Y version. version = '1.5' # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1' # 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 ff3474c5161b4d9c7a87b00b439fb2de27399d5c..6fda3083ec9ce464fa894cac686f89dfb4b2a933 100644 --- a/lsmtool/_version.py +++ b/lsmtool/_version.py @@ -3,7 +3,7 @@ # This module stores the version and changelog # Version number -__version__ = '1.5.0' +__version__ = '1.5.1' # Change log def changelog(): @@ -11,6 +11,10 @@ def changelog(): LSMTool Changelog. ----------------------------------------------- + 2023/09/14 - Version 1.5.1 + + Fix LoTSS query radius and change url to Gaussian catalog + 2023/09/05 - Version 1.5.0 Add check for empty VO query