From ec80bb1cc8b288b40bc35e03e4ba4c60daced938 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Mon, 1 Jul 2019 10:33:46 +0900 Subject: [PATCH] ceph-iscsi 3.2 release --- ceph-iscsi.spec | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-iscsi.spec b/ceph-iscsi.spec index 7cbd76f4..4094ea5f 100644 --- a/ceph-iscsi.spec +++ b/ceph-iscsi.spec @@ -20,7 +20,7 @@ Name: ceph-iscsi -Version: 3.1 +Version: 3.2 Release: 1%{?dist} Group: System/Filesystems Summary: Python modules for Ceph iSCSI gateway configuration management diff --git a/setup.py b/setup.py index 5ca43e9e..571d8c4b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): setup( name="ceph_iscsi", - version="3.1", + version="3.2", description="Common classes/functions and CLI tools used to configure iSCSI " "gateways backed by Ceph RBD", long_description=long_description,