Skip to content

Commit 4245638

Browse files
committed
Release v0.20.0
Signed-off-by: Felix Abecassis <[email protected]>
1 parent 471d626 commit 4245638

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PLUGINDIR := $(abspath $(DESTDIR)/$(libdir)/slurm)
77
CONFDIR := $(abspath $(DESTDIR)/$(datadir)/pyxis)
88

99
ARCH ?= $(shell uname -m)
10-
VERSION ?= 0.19.0
10+
VERSION ?= 0.20.0
1111

1212
PLUGIN := spank_pyxis.so
1313
CONF := pyxis.conf

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nvslurm-plugin-pyxis (0.20.0-1) UNRELEASED; urgency=medium
2+
3+
* Release v0.20.0
4+
5+
-- NVIDIA CORPORATION <[email protected]> Wed, 31 Jul 2024 00:22:05 +0000
6+
17
nvslurm-plugin-pyxis (0.19.0-1) UNRELEASED; urgency=medium
28

39
* Release v0.19.0

pyxis.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ cluster users to run containerized tasks through the srun command.
3636

3737

3838
%changelog
39+
* Wed Jul 31 2024 NVIDIA CORPORATION <[email protected]> - 0.20.0-1
40+
- Release v0.20.0
41+
3942
* Fri Apr 12 2024 NVIDIA CORPORATION <[email protected]> - 0.19.0-1
4043
- Release v0.19.0
4144

0 commit comments

Comments
 (0)