From: Kefu Chai Date: Thu, 1 Oct 2020 16:22:27 +0000 (+0800) Subject: bump to 2.1.0 X-Git-Tag: v2.1.0~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a52c7328e8f0016dc7f790587832b9c0c44677ae;p=ceph-deploy.git bump to 2.1.0 Signed-off-by: Kefu Chai --- 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 ---