Skip to content

Commit

Permalink
Merge pull request ceph#499 from barakda/prep_release_1.1.0
Browse files Browse the repository at this point in the history
release 1.1.0 update
  • Loading branch information
barakda authored Mar 13, 2024
2 parents d441ee0 + 9904bd5 commit 635ba2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion control/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 635ba2f

Please sign in to comment.