Skip to content

Commit

Permalink
Bump version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Dec 15, 2021
1 parent 8ea04a0 commit f0cc100
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.14.2 (2021-12-15)

- Don't fail if the remote path is a PurePath not a Path

## 0.14.1 (2021-09-10)

- Don't fail if 'pathlib' doesn't import (Python 2)
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.14.1'
__version__ = '0.14.2'

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.14.1',
version = '0.14.2',
author = 'James Bardin',
author_email = '[email protected]',
maintainer="Remi Rampin",
Expand Down

0 comments on commit f0cc100

Please sign in to comment.