Skip to content

Commit a6b7648

Browse files
committed
Cut 2.1.1
1 parent 4854052 commit a6b7648

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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, 1, 0)
1+
__version_info__ = (2, 1, 1)
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.1.1 <2016-12-12>`
56
* :release:`2.0.4 <2016-12-12>`
67
* :release:`1.18.1 <2016-12-12>`
78
* :bug:`859` (via :issue:`860`) A tweak to the original patch implementing

0 commit comments

Comments
 (0)