Skip to content

0.12.0

Compare
Choose a tag to compare
@althonos althonos released this 28 Jan 23:32
· 66 commits to master since this release
v0.12.0

Added

  • Explicit support for Python 3.7.
  • Section documenting the support of sftp FS URLs to README.rst.
  • support_rename key to the SSHFS.getmeta options.
  • SSHFS.move implementation using the paramiko.SFTP.rename function.

Fixed