summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-11-06 13:08:41 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-11-06 13:08:41 -0800
commit7f4c26f8601b2335b210896d2cb06348957e7aae (patch)
tree510620e807905e12016c4845013442240b405e56
parentdfb45dec7fac59559009cac16d9b354ef4890de3 (diff)
downloadparamiko-v1.8.1.tar.gz
Cut 1.8.1v1.8.11.8.1
-rw-r--r--NEWS4
-rw-r--r--paramiko/__init__.py2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index adcc1b91..26382ff2 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/paramiko/__init__.py b/paramiko/__init__.py
index 8c158538..cd4dbe02 100644
--- a/paramiko/__init__.py
+++ b/paramiko/__init__.py
@@ -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)"
diff --git a/setup.py b/setup.py
index 73407b03..06597c6d 100644
--- a/setup.py
+++ b/setup.py
@@ -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",