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

Prepare for release of 1.4.7

parent 8e5e9903
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment