From b92466ab972e36e7dde9db5a64db2983281a253b Mon Sep 17 00:00:00 2001 From: barakda Date: Thu, 20 Jun 2024 13:04:16 +0300 Subject: [PATCH] prep release 1.2.14 Signed-off-by: barakda --- .env | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 0356f956..5224dfd5 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # Globals -VERSION="1.2.13" +VERSION="1.2.14" CEPH_VERSION="18.2.2" SPDK_VERSION="24.01" CONTAINER_REGISTRY="quay.io/ceph" diff --git a/pyproject.toml b/pyproject.toml index 8d3c74d4..114bf657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "ceph-nvmeof" -version = "1.2.13" +version = "1.2.14" description = "Service to provide Ceph storage over NVMe-oF protocol" readme = "README.md" requires-python = "~=3.9"