From a52c7328e8f0016dc7f790587832b9c0c44677ae Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 2 Oct 2020 00:22:27 +0800 Subject: [PATCH] bump to 2.1.0 Signed-off-by: Kefu Chai --- ceph-deploy.spec | 2 +- ceph_deploy/__init__.py | 2 +- docs/source/changelog.rst | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ceph-deploy.spec b/ceph-deploy.spec index 23736db..30f6b60 100644 --- a/ceph-deploy.spec +++ b/ceph-deploy.spec @@ -18,7 +18,7 @@ # common ################################################################################# Name: ceph-deploy -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: Admin and deploy tool for Ceph License: MIT diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index 5f4a28a..14cde96 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '2.0.2' +__version__ = '2.1.0' diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 13cd4e4..7c0ec67 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +2.1 +--- + +2.1.0 +^^^^^ +02-Oct-2020 + +* add Python3 support +* build python2-ceph-deploy and python3-ceph-deply rpm packages + 2.0 --- -- 2.47.3