Cut 1.8.1

This commit is contained in:
Jeff Forcier 2012-11-06 13:08:41 -08:00
parent dfb45dec7f
commit 7f4c26f860
3 changed files with 4 additions and 4 deletions

4
NEWS
View File

@ -12,8 +12,8 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/.
Releases
========
v1.8.1 (DD MM YYYY)
-------------------
v1.8.1 (6th Nov 2012)
---------------------
* #90: Ensure that callbacks handed to `SFTPClient.get()` always fire at least
once, even for zero-length files downloaded. Thanks to Github user `@enB` for

View File

@ -55,7 +55,7 @@ if sys.version_info < (2, 2):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.8.0"
__version__ = "1.8.1"
__license__ = "GNU Lesser General Public License (LGPL)"

View File

@ -52,7 +52,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
version = "1.8.0",
version = "1.8.1",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",