diff --git a/docs/source/conf.py b/docs/source/conf.py index f373833f8433482871c60e04309d5d6c82eb99be..e387c576b9e5760995da7aa5c74778ebfe3e2e23 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,16 +49,16 @@ master_doc = 'index' # General information about the project. project = u'LSMTool' -copyright = u'2021, David Rafferty' +copyright = u'2022, David Rafferty' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '1.4.6' +version = '1.4.7' # The full version, including alpha/beta/rc tags. -release = '1.4.6' +release = '1.4.7' # 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 26e30e1742615ea4d1b67199cf466a4ee9bc60c9..c769ed2934ee89f616622eea832845322b4d0454 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.6' +__version__ = '1.4.7' # Change log def changelog(): @@ -11,6 +11,10 @@ def changelog(): LSMTool Changelog. ----------------------------------------------- + 2022/02/23 - Version 1.4.7 + + Fix reading of patchless tables for astropy versions < 4.1 + 2022/02/08 - Version 1.4.6 Fix table column converters for astropy versions >= 4.1