From 5ef18f4b2cba109f975d1330a09c95e28a18122f Mon Sep 17 00:00:00 2001 From: Felix Abecassis Date: Thu, 5 May 2022 16:37:17 -0700 Subject: [PATCH] Release v0.13.0 Signed-off-by: Felix Abecassis --- Makefile | 2 +- debian/changelog | 6 ++++++ pyxis.spec | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0717dc..9f46d23 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PLUGINDIR := $(abspath $(DESTDIR)/$(libdir)/slurm) CONFDIR := $(abspath $(DESTDIR)/$(datadir)/pyxis) ARCH ?= $(shell uname -m) -VERSION ?= 0.12.0 +VERSION ?= 0.13.0 PLUGIN := spank_pyxis.so CONF := pyxis.conf diff --git a/debian/changelog b/debian/changelog index 1c60cc3..d66285b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nvslurm-plugin-pyxis (0.13.0-1) UNRELEASED; urgency=medium + + * Release v0.13.0 + + -- NVIDIA CORPORATION Thu, 05 May 2022 23:35:32 +0000 + nvslurm-plugin-pyxis (0.12.0-1) UNRELEASED; urgency=medium * Release v0.12.0 diff --git a/pyxis.spec b/pyxis.spec index 4a03f05..74e0d42 100644 --- a/pyxis.spec +++ b/pyxis.spec @@ -31,6 +31,9 @@ cluster users to run containerized tasks through the srun command. %changelog +* Thu May 05 2022 NVIDIA CORPORATION - 0.13.0-1 +- Release v0.13.0 + * Fri Jan 28 2022 NVIDIA CORPORATION - 0.12.0-1 - Release v0.12.0