Skip to content

Commit

Permalink
Changelog re #1989, closes #1989, and bump Invoke to >=1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Aug 6, 2019
1 parent 7827120 commit 0b88813
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -68,7 +68,7 @@
author_email="jeff@bitprophet.org",
url="http://fabfile.org",
install_requires=[
"invoke>=1.1,<2.0",
"invoke>=1.3,<2.0",
"paramiko>=2.4",
"cryptography>=1.1",
],
Expand Down
8 changes: 8 additions & 0 deletions sites/www/changelog.rst
Expand Up @@ -5,6 +5,14 @@ Changelog
.. note::
Looking for the Fabric 1.x changelog? See :doc:`/changelog-v1`.

- :feature:`1989` Reinstate command timeouts, by supporting the implementation
of that feature in Invoke (`pyinvoke/invoke#539
<https://github.com/pyinvoke/invoke/issues/539>`_). Thanks to Israel Fruchter
for report and early patchset.

.. warning::
This change bumps the Invoke version requirement to ``>=1.3``.

- :release:`2.4.0 <2018-09-13>`
- :release:`2.3.2 <2018-09-13>`
- :release:`2.2.3 <2018-09-13>`
Expand Down

0 comments on commit 0b88813

Please sign in to comment.