Bump version to 1.10.1
This commit is contained in:
parent
1d494eb0db
commit
02d071be07
4
NEWS
4
NEWS
|
@ -12,8 +12,8 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/.
|
||||||
Releases
|
Releases
|
||||||
========
|
========
|
||||||
|
|
||||||
v1.10.1 (DD MM YYYY)
|
v1.10.1 (5th Apr 2013)
|
||||||
--------------------
|
----------------------
|
||||||
|
|
||||||
* #142: (Fabric #811) SFTP put of empty file will still return the attributes
|
* #142: (Fabric #811) SFTP put of empty file will still return the attributes
|
||||||
of the put file. Thanks to Jason R. Coombs for the patch.
|
of the put file. Thanks to Jason R. Coombs for the patch.
|
||||||
|
|
|
@ -55,7 +55,7 @@ if sys.version_info < (2, 5):
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||||
__version__ = "1.10.0"
|
__version__ = "1.10.1"
|
||||||
__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.10.0",
|
version = "1.10.1",
|
||||||
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