From d2fb9a74558b519e7be1cc436a0dfb0b2f3605e6 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 15 Aug 2013 17:08:23 -0400 Subject: [PATCH] update the changelog, bump the version number to 1.2.1 Signed-off-by: Alfredo Deza --- CHANGELOG.rst | 4 ++++ ceph_deploy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' -- 2.47.3