summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--paramiko/__init__.py8
-rw-r--r--setup.py2
3 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index 06084b90..2ce3fdb2 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ paramiko
:Homepage: http://www.lag.net/paramiko/
-paramiko 1.7.7.2
+paramiko 1.7.8
================
Release of 16 May 2012
diff --git a/paramiko/__init__.py b/paramiko/__init__.py
index e8e55a44..6af46eb3 100644
--- a/paramiko/__init__.py
+++ b/paramiko/__init__.py
@@ -47,7 +47,7 @@ released under the GNU Lesser General Public License (LGPL).
Website: U{http://www.lag.net/paramiko/}
-@version: 1.7.7.2
+@version: 1.7.8
@author: Robey Pointer
@contact: robeypointer@gmail.com
@license: GNU Lesser General Public License (LGPL)
@@ -59,10 +59,8 @@ if sys.version_info < (2, 2):
raise RuntimeError('You need python 2.2 for this module.')
-__author__ = "Robey Pointer <robeypointer@gmail.com>"
-__date__ = "16 May 2012"
-__version__ = "1.7.7.2"
-__version_info__ = (1, 7, 7, 1)
+__author__ = "Jeff Forcier <jeff@bitprophet.org>"
+__version__ = "1.7.8"
__license__ = "GNU Lesser General Public License (LGPL)"
diff --git a/setup.py b/setup.py
index 4a659348..884476d1 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
- version = "1.7.7.2",
+ version = "1.7.8",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",