From b1a7281702fd305d982b9663d7a0a8fd9deecb60 Mon Sep 17 00:00:00 2001 From: "Felipe N. Schuch" Date: Wed, 12 Jul 2023 15:36:52 -0300 Subject: [PATCH] [git cherry-pick] bump version to 2.2.3 --- CHANGELOG.rst | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1bc4123..5f67c9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,9 +7,13 @@ This file keeps track of all notable changes to the Cluster Agent. Unreleased ---------- -* Added support to set slurm restd version dynamically * Modified the interface with Jobbergate-API to address the new data model on the back-end +2.2.3 2023-07-02 +--------------------- + +* Added support to set slurm restd version dynamically + 2.2.2 2023-02-28 ---------------- diff --git a/setup.py b/setup.py index a860657..39db16b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ here = dirname(__file__) -_VERSION = "2.2.2" +_VERSION = "2.2.3" setup( name="ovs-cluster-agent",