We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c275c9d commit 2f2eb9cCopy full SHA for 2f2eb9c
2 files changed
paramiko/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (1, 17, 2)
+__version_info__ = (1, 17, 3)
2
__version__ = '.'.join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+* :release:`1.17.3 <2016-12-09>`
6
* :bug:`802 (1.17+)` (via :issue:`804`) Update our vendored Windows API module
7
to address errors of the form ``AttributeError: 'module' object has no
8
attribute 'c_ssize_t'``. Credit to Jason R. Coombs.
0 commit comments