From 69ba34b1c97b9284500af136902b50764a7a0712 Mon Sep 17 00:00:00 2001 From: Jost Migenda Date: Wed, 1 Oct 2025 11:08:17 +0100 Subject: [PATCH] Release version 1.5b1 --- doc/documentation.tex | 2 +- src/sntools/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 510d760e..cb065e4 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -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} diff --git a/src/sntools/__init__.py b/src/sntools/__init__.py index 8606a8e..5c445f9 100644 --- a/src/sntools/__init__.py +++ b/src/sntools/__init__.py @@ -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():