Skip to content

Commit

Permalink
Specify minimum version of Paramiko
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Jul 16, 2019
1 parent ab55781 commit 0964762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '19.7.2'
_release = '1662'
_commit = 'fe969b5'
_release = '1663'
_commit = 'ab55781'
4 changes: 2 additions & 2 deletions src/pywws/service/sftp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pywws - Python software for USB Wireless Weather Stations
# http://github.com/jim-easterbrook/pywws
# Copyright (C) 2008-18 pywws contributors
# Copyright (C) 2008-19 pywws contributors

# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand All @@ -24,7 +24,7 @@
your web space provider. If your provider doesn't allow SFTP then use
:py:mod:`pywws.service.ftp` instead.
* Additional dependency: https://www.paramiko.org/
* Additional dependency: https://www.paramiko.org/ v2.1.0 or later
* Example ``weather.ini`` configuration::
[sftp]
Expand Down

0 comments on commit 0964762

Please sign in to comment.