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:
parent
13e65a2ce0
commit
99859b8b02
2
README
2
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
|
||||
|
|
|
@ -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)"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue