Cut 1.11.6
This commit is contained in:
parent
ac4c754718
commit
c0667e1e6a
|
@ -23,7 +23,7 @@ if sys.version_info < (2, 5):
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||||
__version__ = "1.11.5"
|
__version__ = "1.11.6"
|
||||||
__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
|
@ -53,7 +53,7 @@ if sys.platform == 'darwin':
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "paramiko",
|
name = "paramiko",
|
||||||
version = "1.11.5",
|
version = "1.11.6",
|
||||||
description = "SSH2 protocol library",
|
description = "SSH2 protocol library",
|
||||||
long_description = longdesc,
|
long_description = longdesc,
|
||||||
author = "Jeff Forcier",
|
author = "Jeff Forcier",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`1.11.6 <2014-05-07>`
|
||||||
* :bug:`-` Added self.args for exception classes. Used for unpickling. Related
|
* :bug:`-` Added self.args for exception classes. Used for unpickling. Related
|
||||||
to (`Fabric #986 <https://github.com/fabric/fabric/issues/986>`_, `Fabric
|
to (`Fabric #986 <https://github.com/fabric/fabric/issues/986>`_, `Fabric
|
||||||
#714 <https://github.com/fabric/fabric/issues/714>`_). Thanks to Alex
|
#714 <https://github.com/fabric/fabric/issues/714>`_). Thanks to Alex
|
||||||
|
|
Loading…
Reference in New Issue