From: Alfredo Deza Date: Tue, 1 Jul 2014 20:51:04 +0000 (-0400) Subject: bump to 1.5.7 X-Git-Tag: v1.5.7~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3de32f40988356f6704edc8c8cf67106c60ed73a;p=ceph-deploy.git bump to 1.5.7 Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index 8a673f6..819414c 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.5.6' +__version__ = '1.5.7' diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ebc54d5..bf6d02e 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,3 +1,8 @@ +1.5.7 +----- +* Fix ``NameError`` on osd.py from an undefined variable +* Fix a calamari connect problem when installing on multiple hosts + 1.5.6 ----- * Optionally avoid vendoring libraries for upstream package maintainers.