summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-18 11:57:18 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-18 11:57:18 -0700
commit2c69c71d4477dd29534e80cdd0b102dd087cb927 (patch)
tree8c22c44df4fbc6762728c0681ab7ec7085b98e0f
parent01601d1e83e6f4c2eaa9642b704ba822f1dcaf82 (diff)
downloadparamiko-2c69c71d4477dd29534e80cdd0b102dd087cb927.tar.gz
Cut 1.18.41.18.4
-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 00b419d2..a49c0f0b 100644
--- a/paramiko/_version.py
+++ b/paramiko/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (1, 18, 3)
+__version_info__ = (1, 18, 4)
__version__ = '.'.join(map(str, __version_info__))
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index cd19c1bf..2ae5c093 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
=========
+* :release:`1.18.4 <2017-09-18>`
* :bug:`945` (backport of :issue:`910` and re: :issue:`865`) SSHClient now
requests the type of host key it has (e.g. from known_hosts) and does not
consider a different type to be a "Missing" host key. This fixes a common