diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-06-21 13:29:22 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-06-21 13:29:22 -0700 |
commit | 49e3f1a58bec2b9443566f4b5104f2c363d9f872 (patch) | |
tree | dd3540d3b26c140c724c6e03df5f388516cbf90e | |
parent | 6946132b4f96ea534ca23fb74c9d161d77ef4e78 (diff) |
Cut 1.17.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 4b78efad..f7b3ca90 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 17, 0) +__version_info__ = (1, 17, 1) __version__ = '.'.join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a4c4182f..827c9212 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +* :release:`1.17.1 <2016-06-21>` * :release:`1.16.2 <2016-06-21>` * :bug:`520 (1.16+)` (Partial fix) Fix at least one instance of race condition driven threading hangs at end of the Python interpreter session. (Includes a |