Skip to content

Commit

Permalink
Bump version to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Feb 15, 2022
1 parent e99bdad commit 2d722bd
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.3 (2022-02-15)

- Add type hints

## 0.14.2 (2021-12-15)

- Don't fail if the remote path is a PurePath not a Path
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.2'
__version__ = '0.14.3'

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.2',
version = '0.14.3',
author = 'James Bardin',
author_email = 'j.bardin@gmail.com',
maintainer="Remi Rampin",
Expand Down

0 comments on commit 2d722bd

Please sign in to comment.