Skip to content

Commit

Permalink
Preparation for 3.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiparvu committed Sep 22, 2020
1 parent 1557ce0 commit 405553c
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
60 changes: 60 additions & 0 deletions docs/SSHLibrary-3.5.1.rst
@@ -0,0 +1,60 @@
================
SSHLibrary 3.5.1
================


.. default-role:: code


SSHLibrary_ is a `Robot Framework`_ test library for SSH and SFTP.
SSHLibrary 3.5.1 is a hotfix release which solves timeout issue with
`Execute Command` keyword.
All issues targeted for SSHLibrary v3.5.1 can be found from
the `issue tracker`_.

If you have pip_ installed, just run

::

pip install --upgrade robotframework-sshlibrary

to install the latest release or use

::

pip install robotframework-sshlibrary==3.5.1

to install exactly this version. Alternatively you can download the source
distribution from PyPI_ and install it manually.

SSHLibrary 3.5.1 was released on Tuesday September 22, 2020.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.5.1


.. contents::
:depth: 2
:local:

Full list of fixes and enhancements
===================================

.. list-table::
:header-rows: 1

* - ID
- Type
- Priority
- Summary
* - `#359`_
- bug
- critical
- The execute command keyword executes for the duration of the timeout parameter and not the actual command.

Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.5.1>`__.

.. _#359: https://github.com/robotframework/SSHLibrary/issues/359
2 changes: 1 addition & 1 deletion docs/SSHLibrary.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/SSHLibrary/version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = '3.5.1.dev1'
VERSION = '3.5.1'

0 comments on commit 405553c

Please sign in to comment.