From: Alfredo Deza Date: Tue, 17 Sep 2013 13:46:15 +0000 (-0400) Subject: get ready for releasing 1.2.4 X-Git-Tag: v1.2.4~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e388dc8395ebbfe07570d291bc72a821468ad213;p=ceph-deploy.git get ready for releasing 1.2.4 Signed-off-by: Alfredo Deza --- 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'