From 158ac1c2ca7624b3e6d60ec27e99d3a8663e0d8d Mon Sep 17 00:00:00 2001
From: David Rafferty <drafferty@hs.uni-hamburg.de>
Date: Tue, 8 Feb 2022 15:59:43 +0100
Subject: [PATCH] Prepare for release of 1.4.6

---
 docs/source/conf.py | 4 ++--
 lsmtool/_version.py | 6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9a61669..f373833 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -56,9 +56,9 @@ copyright = u'2021, David Rafferty'
 # built documents.
 #
 # The short X.Y version.
-version = '1.4.5'
+version = '1.4.6'
 # The full version, including alpha/beta/rc tags.
-release = '1.4.5'
+release = '1.4.6'
 
 # 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 65fe17e..26e30e1 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.5'
+__version__ = '1.4.6'
 
 # Change log
 def changelog():
@@ -11,6 +11,10 @@ def changelog():
     LSMTool Changelog.
     -----------------------------------------------
 
+    2022/02/08 - Version 1.4.6
+
+        Fix table column converters for astropy versions >= 4.1
+
     2022/02/04 - Version 1.4.5
 
         Fix regression in handling of blank values introduced in v1.4.4
-- 
GitLab