Skip to content

Commit

Permalink
Cut 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Nov 6, 2012
1 parent dfb45de commit 7f4c26f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion paramiko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@


__author__ = "Jeff Forcier <[email protected]>"
__version__ = "1.8.0"
__version__ = "1.8.1"
__license__ = "GNU Lesser General Public License (LGPL)"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@


setup(name = "paramiko",
version = "1.8.0",
version = "1.8.1",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "[email protected]",
Expand Down

0 comments on commit 7f4c26f

Please sign in to comment.