Skip to content

Commit

Permalink
Preparation for 3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiparvu committed Aug 14, 2018
1 parent c086ab0 commit 8bfba31
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
64 changes: 64 additions & 0 deletions docs/SSHLibrary-3.1.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
================
SSHLibrary 3.1.1
================


.. default-role:: code


SSHLibrary_ is a `Robot Framework`_ test library for SSH and SFTP.
SSHLibrary 3.1.1 is a new minor release fixing a blocking issue
related to copying symbolic links, and a couple of bug fixes.

If you have pip_ installed, just run

::

pip install --upgrade robotframework-sshlibrary

to install the latest release or use

::

pip install robotframework-sshlibrary==3.1.1

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

SSHLibrary 3.1.1 was released on Tuesday August 14, 2018.

.. _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.1.1


List of fixed issues
====================

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

* - ID
- Type
- Priority
- Summary
* - `#131`_
- bug
- medium
- Get File does not resolve symlinks
* - `#255`_
- bug
- medium
- Python tunneling issue with IPv6
* - `#210`_
- bug
- low
- Permissions are not properly set when copying a directory

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

.. _#131: https://github.com/robotframework/SSHLibrary/issues/131
.. _#255: https://github.com/robotframework/SSHLibrary/issues/255
.. _#210: https://github.com/robotframework/SSHLibrary/issues/210
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = '3.1.1.dev1'
VERSION = '3.1.1'

0 comments on commit 8bfba31

Please sign in to comment.