summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-18 12:07:37 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-18 12:07:37 -0700
commit2c8262c2487186ce0bb2b8ac5497b4722467f71c (patch)
treee11c6c603f6eff4894828bcc296843a6ef82ed69
parentd20f8b9820294006ee078944ca9eb01a41b65dd8 (diff)
Cut 2.0.7
-rw-r--r--paramiko/_version.py2
-rw-r--r--sites/www/changelog.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/paramiko/_version.py b/paramiko/_version.py
index 98c3cc2d..ec3617a5 100644
--- a/paramiko/_version.py
+++ b/paramiko/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (2, 0, 6)
+__version_info__ = (2, 0, 7)
__version__ = '.'.join(map(str, __version_info__))
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index ac1ba9ae..daa2749e 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
=========
+* :release:`2.0.7 <2017-09-18>`
* :release:`1.18.4 <2017-09-18>`
* :bug:`1061` Clean up GSSAPI authentication procedures so they do not prevent
normal fallback to other authentication methods on failure. (In other words,