Update version to 1.7.8, no need for 4 parts

(cherry picked from commit 5e0a329028)

Conflicts:
	README
	paramiko/__init__.py
	setup.py
This commit is contained in:
Jeff Forcier 2012-09-23 14:28:34 -07:00
parent 13e65a2ce0
commit 99859b8b02
3 changed files with 5 additions and 7 deletions

2
README
View File

@ -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

View File

@ -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)"

View File

@ -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",