Skip to content

Commit

Permalink
ready for version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixplasser committed Jun 23, 2023
1 parent e392a18 commit cb69b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Felix Plasser'

# The full version, including alpha/beta/rc tags
release = '3.1'
release = '3.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion theodore/theo_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb69b7b

Please sign in to comment.