diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-11-28 21:35:28 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-11-28 21:35:28 -0500 |
commit | 6346662358b5b0ef16706ed6f23c2282507f7bb8 (patch) | |
tree | c2720c849c0f94de9aabad6319278852e53075a0 | |
parent | c648199836db920cf9828d66880100f9d67dd359 (diff) |
Cut 2.8.1
-rw-r--r-- | paramiko/_version.py | 2 | ||||
-rw-r--r-- | sites/www/changelog.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/paramiko/_version.py b/paramiko/_version.py index 07aff82b..0f0c6561 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 8, 0) +__version_info__ = (2, 8, 1) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 477fab98..c423f5a5 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`2.8.1 <2021-11-28>` - :bug:`985` (via :issue:`992`) Fix listdir failure when server uses a locale. Now on Python 2.7 `SFTPAttributes <paramiko.sftp_attr.SFTPAttributes>` will decode abbreviated month names correctly rather than raise |