Skip to content

Commit 51cafed

Browse files
committed
Cut 2.0.4
1 parent 5e6bb39 commit 51cafed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

paramiko/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 0, 3)
1+
__version_info__ = (2, 0, 4)
22
__version__ = '.'.join(map(str, __version_info__))

sites/www/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
* :release:`2.0.4 <2016-12-12>`
56
* :release:`1.18.1 <2016-12-12>`
67
* :bug:`859` (via :issue:`860`) A tweak to the original patch implementing
78
:issue:`398` was not fully applied, causing calls to

0 commit comments

Comments
 (0)