From 9e8cf97835848c54a938bb7f563ed23ec0fc93e1 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 13 Sep 2018 15:16:35 -0700 Subject: [PATCH] Cut 2.0.5 --- fabric/_version.py | 2 +- sites/www/changelog.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fabric/_version.py b/fabric/_version.py index eb2d035214..1522441b78 100644 --- a/fabric/_version.py +++ b/fabric/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 0, 4) +__version_info__ = (2, 0, 5) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index b10c4eb230..696c3a4495 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -5,6 +5,7 @@ Changelog .. note:: Looking for the Fabric 1.x changelog? See :doc:`/changelog-v1`. +- :release:`2.0.5 <2018-09-13>` - :bug:`-` Fix a bug preventing tab completion (using the Invoke-level ``--complete`` flag) from completing task names correctly (behavior was to act as if there were never any tasks present, even if there was a valid