From: Alfredo Deza Date: Mon, 30 Jul 2018 15:39:43 +0000 (-0400) Subject: ceph-volume add a __release__ string, to help version-conditional calls X-Git-Tag: v14.0.1~735^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5bd0c27f9d757c72231924cd520a35e45beff794;p=ceph.git ceph-volume add a __release__ string, to help version-conditional calls Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/__init__.py b/src/ceph-volume/ceph_volume/__init__.py index 6550db415572..2dde88581b08 100644 --- a/src/ceph-volume/ceph_volume/__init__.py +++ b/src/ceph-volume/ceph_volume/__init__.py @@ -14,3 +14,5 @@ conf = namedtuple('config', ['ceph', 'cluster', 'verbosity', 'path', 'log_path'] conf.ceph = UnloadedConfig() __version__ = "1.0.0" + +__release__ = "nautilus"