Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/documentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
\newcommand{\nuxbar}{\ensuremath{\bar{\nu}_x}\xspace}


\title{Documentation for sntools 1.4\footnote{See \url{https://github.com/SNEWS2/sntools} for the most recent version.}}
\title{Documentation for sntools 1.5b1\footnote{See \url{https://github.com/SNEWS2/sntools} for the most recent version.}}
\author{Jost Migenda\footnote{King’s College London, \url{jost.migenda@kcl.ac.uk}}}
\date{\today}

Expand Down
2 changes: 1 addition & 1 deletion src/sntools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
For more extensive documentation, to report issues or to contribute code,
see https://github.com/SNEWS2/sntools.
"""
__version__ = '1.4'
__version__ = '1.5b1'


def setup():
Expand Down
Loading