Skip to content

Commit 7c18fd6

Browse files
committed
Release v0.11.1
1 parent 9cb86d1 commit 7c18fd6

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ addons:
2525
before_install:
2626
- docker pull sjourdan/alpine-sshd
2727
- pip install -U setuptools wheel
28-
-
2928

3029
install:
3130
- pip install .[dev,tests]

README.rst

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@
3535
Requirements
3636
------------
3737

38-
+-------------------+-----------------+-------------------+--------------------+
39-
| **pyfilesystem2** | |PyPI fs| | |Source fs| | |License fs| |
40-
+-------------------+-----------------+-------------------+--------------------+
41-
| **six** | |PyPI six| | |Source six| | |License six| |
42-
+-------------------+-----------------+-------------------+--------------------+
43-
| **paramiko** | |PyPI paramiko| | |Source paramiko| | |License paramiko| |
44-
+-------------------+-----------------+-------------------+--------------------+
45-
38+
+---------------------+-----------------+-------------------+--------------------+
39+
| **pyfilesystem2** | |PyPI fs| | |Source fs| | |License fs| |
40+
+---------------------+-----------------+-------------------+--------------------+
41+
| **six** | |PyPI six| | |Source six| | |License six| |
42+
+---------------------+-----------------+-------------------+--------------------+
43+
| **paramiko** | |PyPI paramiko| | |Source paramiko| | |License paramiko| |
44+
+---------------------+-----------------+-------------------+--------------------+
45+
| **property-cached** | |PyPI property| | |Source property| | |License property| |
46+
+---------------------+-----------------+-------------------+--------------------+
4647

4748
.. |License six| image:: https://img.shields.io/pypi/l/six.svg?maxAge=300&style=flat-square
4849
:target: https://choosealicense.com/licenses/mit/
@@ -71,6 +72,15 @@ Requirements
7172
.. |PyPI paramiko| image:: https://img.shields.io/pypi/v/paramiko.svg?maxAge=300&style=flat-square
7273
:target: https://pypi.python.org/pypi/paramiko
7374

75+
.. |License property| image:: https://img.shields.io/pypi/l/property-cached.svg?maxAge=300&style=flat-square
76+
:target: https://choosealicense.com/licenses/bsd-3-clause/
77+
78+
.. |Source property| image:: https://img.shields.io/badge/source-GitHub-303030.svg?maxAge=300&style=flat-square
79+
:target: https://github.com/althonos/property-cached
80+
81+
.. |PyPI property| image:: https://img.shields.io/pypi/v/property-cached.svg?maxAge=300&style=flat-square
82+
:target: https://pypi.python.org/pypi/property-cached
83+
7484

7585
Installation
7686
------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fs.sshfs
3-
version = 0.11.0
3+
version = 0.11.1
44
author = Martin Larralde
55
author-email = [email protected]
66
home-page = https://github.com/althonos/fs.sshfs

0 commit comments

Comments
 (0)