From: Alfredo Deza Date: Thu, 15 Aug 2013 21:08:23 +0000 (-0400) Subject: update the changelog, bump the version number to 1.2.1 X-Git-Tag: v1.2.1~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d2fb9a74558b519e7be1cc436a0dfb0b2f3605e6;p=ceph-deploy.git update the changelog, bump the version number to 1.2.1 Signed-off-by: Alfredo Deza --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a57a48..4239bcd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ * Add a ``--version`` flag * Show the version in the help menu * Catch ``DeployError`` exceptions nicely with the logger +* Fix blocked command when calling ``mon create`` +* default to ``dumpling`` for installs +* halt execution on remote exceptions + 1.2 --- diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index fd99c36..ff3e682 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.2.1b' +__version__ = '1.2.1'