Jeff Forcier is announcing that Fabric with version number 1.10.2 is already available to download.
What is Fabric ?
Fabric is A simple Python tool for remote execution and deployment .
This is a Python library and command-line tool for streamlining and implementing the use of SSH for application deployment or systems administration tasks.It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/downloading files, as well as auxiliary functionality such as prompting the running user for input, or aborting execution.
This is changelog for Fabric version 1.10.2 :
- Fixed Bug:
- A typo preventing quiet operation of is_link.
- Update IPv6 support to work with link-local address formats.
- Encode Unicode text appropriately for its target stream object to avoid issues on non-ASCII systems.
You can read the complete changelog and also download this latest version on their homepage: docs.fabfile.org