From 93f353ab81bd263c234347cf7c8ba59dfb3feea3 Mon Sep 17 00:00:00 2001 From: barakda Date: Mon, 27 May 2024 21:55:54 +0300 Subject: [PATCH] prep release 1.2.11 Signed-off-by: barakda --- .env | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c54621ae..69fef01d 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Globals -VERSION="1.2.10" +VERSION="1.2.11" CEPH_VERSION="19.0.0" SPDK_VERSION="24.01" CONTAINER_REGISTRY="quay.io/ceph" diff --git a/pyproject.toml b/pyproject.toml index 2487a910..860f4956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "ceph-nvmeof" -version = "1.2.10" +version = "1.2.11" description = "Service to provide Ceph storage over NVMe-oF protocol" readme = "README.md" requires-python = "~=3.9"