We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6bb39 commit 51cafedCopy full SHA for 51cafed
paramiko/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (2, 0, 3)
+__version_info__ = (2, 0, 4)
2
__version__ = '.'.join(map(str, __version_info__))
sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
3
=========
4
5
+* :release:`2.0.4 <2016-12-12>`
6
* :release:`1.18.1 <2016-12-12>`
7
* :bug:`859` (via :issue:`860`) A tweak to the original patch implementing
8
:issue:`398` was not fully applied, causing calls to
0 commit comments