Skip to content

Commit

Permalink
Bump version to 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jan 30, 2023
1 parent 4ef61d3 commit 4d919f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.14.5 (2023-01-30)

- Update docstrings to clarify sanitation and use of wildcards
- Make sure to close the local file on errors

## 0.14.4 (2022-02-23)

- Update type hints for pyright
Expand Down
2 changes: 1 addition & 1 deletion scp.py
Expand Up @@ -5,7 +5,7 @@
Utilities for sending files over ssh using the scp1 protocol.
"""

__version__ = '0.14.4'
__version__ = '0.14.5'

import locale
import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
description = fp.read()
setup(
name = 'scp',
version = '0.14.4',
version = '0.14.5',
author = 'James Bardin',
author_email = 'j.bardin@gmail.com',
maintainer="Remi Rampin",
Expand Down

0 comments on commit 4d919f8

Please sign in to comment.