diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 20:46:22 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 20:46:22 -0700 |
commit | feba17ef1f053d90966083cef1b39c4a87af2c18 (patch) | |
tree | f1bed497ca00159e1351563ff48bf002086e5951 /sites/www | |
parent | c2d0aa8c5fe8cdd1c2df0b2443cf78fa6a0329f4 (diff) | |
parent | 08b76eaa39983ea931bc285c1df3a105f78c185f (diff) |
Merge branch '1.17'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 037a1b5e..44795172 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -24,6 +24,9 @@ Changelog simply ``pip install -U paramiko`` (especially if you **upgrade to pip 8**). +* :release:`1.17.0 <2016-04-25>` +* :bug:`716` Fix a Python 3 compatibility issue when handling two-factor + authentication. Thanks to Mateusz Kowalski for the catch & original patch. * :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``, not doing so was a historical artifact from bygone days. Thanks to Alex Gaynor. |