From cb69b7bbab70672e75439df5145ed4791d73aeda Mon Sep 17 00:00:00 2001 From: "Felix Plasser (lin)" Date: Fri, 23 Jun 2023 17:40:19 +0100 Subject: [PATCH] ready for version 3.1.1 --- doc/source/conf.py | 2 +- theodore/theo_header.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4822805..9ad75b9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ author = 'Felix Plasser' # The full version, including alpha/beta/rc tags -release = '3.1' +release = '3.1.1' # -- General configuration --------------------------------------------------- diff --git a/theodore/theo_header.py b/theodore/theo_header.py index 6f4ad7f..a77608d 100644 --- a/theodore/theo_header.py +++ b/theodore/theo_header.py @@ -6,7 +6,7 @@ def print_header(*args, **kwargs): print((ret_header(*args, **kwargs))) -def ret_header(title=None, ioptions=None, cfile=None, ver='3.1'): +def ret_header(title=None, ioptions=None, cfile=None, ver='3.1.1'): hstr = width*'=' + '\n' hstr += addlinec("TheoDORE %s"%ver)