From a94f73a392bfe5876ab09e14330d48106c7a5563 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 23 Sep 2012 14:37:44 -0700 Subject: [PATCH] Bump to 1.7.9, setup.py/crypto update (cherry picked from commit ea8e73a389931962a2aea4c136a2a5d65d612c89) Conflicts: setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 685a9fb..c0895a0 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", + version = "1.7.9", version = "1.7.8", description = "SSH2 protocol library", author = "Jeff Forcier",