From 1c02114541e86d62c4e7cea2f1d621414aed7aa1 Mon Sep 17 00:00:00 2001 From: barakda Date: Sun, 14 Apr 2024 21:45:46 +0300 Subject: [PATCH] prep release 1.2.2 Signed-off-by: barakda --- .env | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index a9b7ce2e..554f9dcc 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Globals -VERSION="1.2.1" +VERSION="1.2.2" CEPH_VERSION="18.2.2" SPDK_VERSION="24.01" CONTAINER_REGISTRY="quay.io/ceph" diff --git a/pyproject.toml b/pyproject.toml index 8a0365b9..9eb9ccd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "ceph-nvmeof" -version = "1.2.1" +version = "1.2.2" description = "Service to provide Ceph storage over NVMe-oF protocol" readme = "README.md" requires-python = "~=3.9"