From: Alfredo Deza Date: Wed, 6 Nov 2013 19:24:42 +0000 (-0500) Subject: bump the version and changelog for a release X-Git-Tag: v1.3.1~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f7942b6de13fac731b6f1686b9435002fde3278;p=ceph-deploy.git bump the version and changelog for a release Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index e1366df..eb6559e 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.3' +__version__ = '1.3.1' diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 7fe0bfd..93e60c5 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,3 +1,8 @@ +1.3.1 +----- +* Fix failure to `wget` GPG keys on Debian and Debian-based distros when + installing + 1.3 --- * Major refactoring for all the remote connections in ceph-deploy. With global