From 7c736605d3a265be2ff024edbdff681a9a95ccc0 Mon Sep 17 00:00:00 2001 From: Toni Harzendorf Date: Fri, 27 Dec 2024 15:00:10 +0100 Subject: [PATCH] bump pyslurm version to 24.5.1 --- pyslurm.spec | 2 +- pyslurm/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyslurm.spec b/pyslurm.spec index 62ca3799..910b8dbf 100644 --- a/pyslurm.spec +++ b/pyslurm.spec @@ -1,7 +1,7 @@ %define python3_pkgversion 3.11 Name: python-pyslurm -Version: 24.5.0 +Version: 24.5.1 %define rel 1 Release: %{rel}%{?dist} Summary: Python interface to Slurm diff --git a/pyslurm/version.py b/pyslurm/version.py index 94d2656c..a8060beb 100644 --- a/pyslurm/version.py +++ b/pyslurm/version.py @@ -5,4 +5,4 @@ # The last Number "Z" is the current Pyslurm patch version, which should be # incremented each time a new release is made (except when migrating to a new # Slurm Major release, then set it back to 0) -__version__ = "24.5.0" +__version__ = "24.5.1"