]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
bump to 2.1.0 507/head
authorKefu Chai <kchai@redhat.com>
Thu, 1 Oct 2020 16:22:27 +0000 (00:22 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Oct 2020 16:22:27 +0000 (00:22 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-deploy.spec
ceph_deploy/__init__.py
docs/source/changelog.rst

index 23736db7f0de35395f3d341f4c9f71a1533ca0a4..30f6b60a1960b960c98aa239ae8fca8ced1f5a66 100644 (file)
@@ -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
index 5f4a28a77aaef7c23b9da620a84d446929c6b9de..14cde96a58205f9329c3eccde2c423a2232d62cf 100644 (file)
@@ -1,3 +1,3 @@
 
-__version__ = '2.0.2'
+__version__ = '2.1.0'
 
index 13cd4e460c86b70fd91919fbdc7c7b596f739b5a..7c0ec6748003322ed171fea8eabcbeef35d8df62 100644 (file)
@@ -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
 ---