Skip to content

Commit 7a1d1e4

Browse files
committed
Bump pyslurm version to 23.2.3
1 parent b762a25 commit 7a1d1e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyslurm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define python3_pkgversion 3.11
22

33
Name: python-pyslurm
4-
Version: 23.2.2
4+
Version: 23.2.3
55
%define rel 1
66
Release: %{rel}%{?dist}
77
Summary: Python interface to Slurm

pyslurm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# The last Number "Z" is the current Pyslurm patch version, which should be
66
# incremented each time a new release is made (except when migrating to a new
77
# Slurm Major release, then set it back to 0)
8-
__version__ = "23.2.2"
8+
__version__ = "23.2.3"

0 commit comments

Comments
 (0)