From f9afc411014481880455a4cb8649d01355640c30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Palancher?= Date: Mon, 13 May 2024 10:11:11 +0200 Subject: [PATCH] Release v3.0.0 --- conf/vendor/gateway.yml | 2 +- docs/antora.yml | 1 - docs/modules/conf/partials/conf-gateway.adoc | 2 +- pyproject.toml | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/vendor/gateway.yml b/conf/vendor/gateway.yml index d70cbc73..d55f386c 100644 --- a/conf/vendor/gateway.yml +++ b/conf/vendor/gateway.yml @@ -67,7 +67,7 @@ agents: doc: List of Slurm-web agents URL version: type: str - default: 3.0.0a1 + default: 3.0.0 doc: Version of Slurm-web agent API racksdb_version: type: str diff --git a/docs/antora.yml b/docs/antora.yml index e3a90f2b..59fc70fa 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,6 @@ name: slurm-web title: Slurm-web version: v3 -prerelease: devel start_page: overview:start.adoc asciidoc: attributes: diff --git a/docs/modules/conf/partials/conf-gateway.adoc b/docs/modules/conf/partials/conf-gateway.adoc index b2371d5a..f8d010bd 100644 --- a/docs/modules/conf/partials/conf-gateway.adoc +++ b/docs/modules/conf/partials/conf-gateway.adoc @@ -186,7 +186,7 @@ _No default value_ -*Default:* `3.0.0a1` +*Default:* `3.0.0` |- diff --git a/pyproject.toml b/pyproject.toml index 00a97e93..5ea29095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "Slurm-web" -version = "3.0.0a1" +version = "3.0.0" description = "Web interface to Slurm HPC clusters" license = {text = "GPLv3+"} requires-python = ">=3.6"