diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 14:28:34 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 14:28:34 -0700 |
commit | 99859b8b021a5d13ca067a3e79560d6121f9c52f (patch) | |
tree | 859d730c44d64755a8bf610d6d0dda3053337ac4 | |
parent | 13e65a2ce089fc42b6d0aa89284125daf4fae438 (diff) |
Update version to 1.7.8, no need for 4 parts
(cherry picked from commit 5e0a32902856b3b42e8bf4e72fec17fb30c78e66)
Conflicts:
README
paramiko/__init__.py
setup.py
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | paramiko/__init__.py | 8 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 5 insertions, 7 deletions
@@ -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)" @@ -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", |