From e388dc8395ebbfe07570d291bc72a821468ad213 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 17 Sep 2013 09:46:15 -0400 Subject: [PATCH] get ready for releasing 1.2.4 Signed-off-by: Alfredo Deza --- CHANGELOG.rst | 1 + ceph_deploy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f1c249..faeae12 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,7 @@ 1.2.4 ----- +* Improve ``osd help`` menu with path information * Really discourage the use of ``ceph-deploy new [IP]`` * Fix hanging remote requests * Add ``mon status`` output when creating monitors diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index 056a182..d97b0b6 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.2.3' +__version__ = '1.2.4' -- 2.47.3