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