We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f742ce4 commit a3c3576Copy full SHA for a3c3576
2 files changed
paramiko/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 0, 2)
+__version_info__ = (2, 0, 3)
2
__version__ = '.'.join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+* :release:`2.0.3 <2016-12-09>`
6
* :release:`1.18.0 <2016-12-09>`
7
* :release:`1.17.3 <2016-12-09>`
8
* :bug:`802 (1.17+)` (via :issue:`804`) Update our vendored Windows API module
0 commit comments