We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b762a25 commit 7a1d1e4Copy full SHA for 7a1d1e4
pyslurm.spec
@@ -1,7 +1,7 @@
1
%define python3_pkgversion 3.11
2
3
Name: python-pyslurm
4
-Version: 23.2.2
+Version: 23.2.3
5
%define rel 1
6
Release: %{rel}%{?dist}
7
Summary: Python interface to Slurm
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)
8
-__version__ = "23.2.2"
+__version__ = "23.2.3"
0 commit comments