diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:09:21 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 21:09:21 -0700 |
commit | 10eda0b1d44ef083f0151edf4fe17408babcb6d9 (patch) | |
tree | 4d1daf93769d67d0b5267d3722d01003f30cdc09 | |
parent | cbd6173fb08e0997ee11d4e2718eff3ae7598c24 (diff) |
Cut 1.17.2
-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 f7b3ca90..2dca25b2 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 17, 1) +__version_info__ = (1, 17, 2) __version__ = '.'.join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 0a58fcf3..9fcbc9d3 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +* :release:`1.17.2 <2016-07-25>` * :release:`1.16.3 <2016-07-25>` * :bug:`673 (1.16+)` (via :issue:`681`) Fix protocol banner read errors (``SSHException``) which would occasionally pop up when using |