From f40e637abd33c61475f6e47195b5d9a2247a93c8 Mon Sep 17 00:00:00 2001 From: barakda Date: Tue, 28 May 2024 19:13:31 +0300 Subject: [PATCH] prep release 1.2.13 Signed-off-by: barakda --- .env | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 7e6ac72e..646331d0 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Globals -VERSION="1.2.12" +VERSION="1.2.13" CEPH_VERSION="19.0.0" SPDK_VERSION="24.01" CONTAINER_REGISTRY="quay.io/ceph" diff --git a/pyproject.toml b/pyproject.toml index 248aa6a8..8d3c74d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "ceph-nvmeof" -version = "1.2.12" +version = "1.2.13" description = "Service to provide Ceph storage over NVMe-oF protocol" readme = "README.md" requires-python = "~=3.9"