Skip to content

Commit

Permalink
Cut 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Sep 13, 2018
1 parent a817db7 commit 9e8cf97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/_version.py
@@ -1,2 +1,2 @@
__version_info__ = (2, 0, 4) __version_info__ = (2, 0, 5)
__version__ = ".".join(map(str, __version_info__)) __version__ = ".".join(map(str, __version_info__))
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Expand Up @@ -5,6 +5,7 @@ Changelog
.. note:: .. note::
Looking for the Fabric 1.x changelog? See :doc:`/changelog-v1`. 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 - :bug:`-` Fix a bug preventing tab completion (using the Invoke-level
``--complete`` flag) from completing task names correctly (behavior was to ``--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 act as if there were never any tasks present, even if there was a valid
Expand Down

0 comments on commit 9e8cf97

Please sign in to comment.