summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 20:46:22 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 20:46:22 -0700
commitfeba17ef1f053d90966083cef1b39c4a87af2c18 (patch)
treef1bed497ca00159e1351563ff48bf002086e5951 /sites/www
parentc2d0aa8c5fe8cdd1c2df0b2443cf78fa6a0329f4 (diff)
parent08b76eaa39983ea931bc285c1df3a105f78c185f (diff)
Merge branch '1.17'
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst3
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.