From 0e380305872e03855c95351b19abfab9e46db40b Mon Sep 17 00:00:00 2001 From: Thibaut Lunet <thibaut.lunet@tuhh.de> Date: Tue, 3 Sep 2024 16:07:52 +0200 Subject: [PATCH] TL: dump version (#474) --- CITATION.cff | 4 ++-- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b6b3f755f..a10cd4107 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,9 +30,9 @@ authors: affiliation: "Jülich Supercomputing Centre, Forschungszentrum Jülich GmbH, 52425 Jülich, Germany" -version: 5.5.0 +version: 5.5.1 doi: 10.5281/zenodo.594191 -date-released: 2024-06-24 +date-released: 2024-09-03 keywords: - "parallel-in-time" - "spectral deferred corrections" diff --git a/docs/source/conf.py b/docs/source/conf.py index 998619bb7..bd401cf16 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,7 +72,7 @@ author = 'Robert Speck, Thibaut Lunet, Thomas Baumann, Lisa Wimmer, Ikrom Akramo # The short X.Y version. version = '5.5' # The full version, including alpha/beta/rc tags. -release = '5.5.0' +release = '5.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 77b8fadaa..036464a9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = 'pySDC' -version = '5.5.0' +version = '5.5.1' description = 'A Python implementation of spectral deferred correction methods and the likes' license = {text = "BSD-2-Clause"} readme = 'README.md' -- GitLab