parent
9c5791edb8
commit
11ca8134a2
2
CHANGES
2
CHANGES
|
@ -1,6 +1,6 @@
|
||||||
Temporary, post-Paramiko changelog while we get our sh!t together.
|
Temporary, post-Paramiko changelog while we get our sh!t together.
|
||||||
|
|
||||||
## ssh 1.7.13 (2012-MM-DD)
|
## ssh 1.7.13 (2012-02-13)
|
||||||
|
|
||||||
* #5: Moved a `fcntl` import closer to where it's used to help avoid
|
* #5: Moved a `fcntl` import closer to where it's used to help avoid
|
||||||
`ImportError` problems on Windows platforms. Thanks to Jason Coombs for the
|
`ImportError` problems on Windows platforms. Thanks to Jason Coombs for the
|
||||||
|
|
|
@ -60,7 +60,7 @@ if sys.version_info < (2, 2):
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||||
__version__ = "1.7.12"
|
__version__ = "1.7.13"
|
||||||
__license__ = "GNU Lesser General Public License (LGPL)"
|
__license__ = "GNU Lesser General Public License (LGPL)"
|
||||||
|
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ if sys.platform == 'darwin':
|
||||||
|
|
||||||
|
|
||||||
setup(name = "paramiko",
|
setup(name = "paramiko",
|
||||||
version = "1.7.12",
|
version = "1.7.13",
|
||||||
description = "SSH2 protocol library",
|
description = "SSH2 protocol library",
|
||||||
author = "Jeff Forcier",
|
author = "Jeff Forcier",
|
||||||
author_email = "jeff@bitprophet.org",
|
author_email = "jeff@bitprophet.org",
|
||||||
|
|
Loading…
Reference in New Issue