Skip to content

Commit

Permalink
Bump version to 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jun 28, 2021
1 parent bbb166f commit 899d3b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.13.5 (2021-06-28)

- Fix extra space sent in SSH command-line for `get()`, causing issues on some servers

## 0.13.4 (2021-06-08)

- Add `scp_command` attribute, allowing changing the command run on the server (for example to `sudo scp`)
Expand Down
2 changes: 1 addition & 1 deletion scp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Utilities for sending files over ssh using the scp1 protocol.
"""

__version__ = '0.13.4'
__version__ = '0.13.5'

import locale
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description = fp.read()
setup(
name = 'scp',
version = '0.13.4',
version = '0.13.5',
author = 'James Bardin',
author_email = '[email protected]',
license = 'LGPL-2.1-or-later',
Expand Down

0 comments on commit 899d3b5

Please sign in to comment.