Cut 1.11.4
This commit is contained in:
parent
7b595f4a8b
commit
4a5f007c02
|
@ -57,7 +57,7 @@ if sys.version_info < (2, 5):
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||||
__version__ = "1.11.3"
|
__version__ = "1.11.4"
|
||||||
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
|
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
|
||||||
__license__ = "GNU Lesser General Public License (LGPL)"
|
__license__ = "GNU Lesser General Public License (LGPL)"
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -52,7 +52,7 @@ if sys.platform == 'darwin':
|
||||||
|
|
||||||
|
|
||||||
setup(name = "paramiko",
|
setup(name = "paramiko",
|
||||||
version = "1.11.3",
|
version = "1.11.4",
|
||||||
description = "SSH2 protocol library",
|
description = "SSH2 protocol library",
|
||||||
author = "Jeff Forcier",
|
author = "Jeff Forcier",
|
||||||
author_email = "jeff@bitprophet.org",
|
author_email = "jeff@bitprophet.org",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`1.11.4 <2014-02-14>`
|
||||||
* :release:`1.10.6 <2014-02-14>`
|
* :release:`1.10.6 <2014-02-14>`
|
||||||
* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_)
|
* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_)
|
||||||
Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang
|
Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang
|
||||||
|
|
Loading…
Reference in New Issue