Skip to content
Snippets Groups Projects
Commit d9d57d2f47c7 authored by Jeff Forcier's avatar Jeff Forcier
Browse files

Cut 1.8.1

parent 25d21a1b50c5
Branches
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
Releases 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 * #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 once, even for zero-length files downloaded. Thanks to Github user `@enB` for
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
__author__ = "Jeff Forcier <jeff@bitprophet.org>" __author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.8.0" __version__ = "1.8.1"
__license__ = "GNU Lesser General Public License (LGPL)" __license__ = "GNU Lesser General Public License (LGPL)"
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
setup(name = "paramiko", setup(name = "paramiko",
version = "1.8.0", version = "1.8.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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment