From 9904bd5fc118a55a1f0cf2d2f7d363950c1fda44 Mon Sep 17 00:00:00 2001 From: barakda Date: Wed, 13 Mar 2024 14:37:53 +0200 Subject: [PATCH] release 1.1.0 update Signed-off-by: barakda --- .env | 2 +- control/cli.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 40af1f8e..ec9fe09b 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Globals -VERSION="1.0.0" +VERSION="1.1.0" CEPH_VERSION="18.2.2" SPDK_VERSION="23.01.1" CONTAINER_REGISTRY="quay.io/ceph" diff --git a/control/cli.py b/control/cli.py index 09c8c14b..2e6837db 100644 --- a/control/cli.py +++ b/control/cli.py @@ -26,7 +26,7 @@ from .utils import GatewayUtils from .utils import GatewayEnumUtils -BASE_GATEWAY_VERSION="1.0.0" +BASE_GATEWAY_VERSION="1.1.0" def errprint(msg): print(msg, file = sys.stderr) diff --git a/pyproject.toml b/pyproject.toml index 8d558295..c8550ea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "ceph-nvmeof" -version = "1.0.0" +version = "1.1.0" description = "Service to provide Ceph storage over NVMe-oF protocol" readme = "README.md" requires-python = "~=3.9"