summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-05-07 20:23:29 -0700
committerJeff Forcier <jeff@bitprophet.org>2012-05-07 20:23:29 -0700
commitc3a7e9d587447afdc714b02412594b8d0a9fecfa (patch)
treebf8fb4c8cb8090e56c49616233a913061f1a6416
parent58aa52085bc664fbfce61c5981ba54c1452f7abf (diff)
downloadparamiko-c3a7e9d587447afdc714b02412594b8d0a9fecfa.tar.gz
Bump to 1.7.14v1.7.141.7.14
-rw-r--r--CHANGES2
-rw-r--r--setup.py2
-rw-r--r--ssh/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index e529a666..f584e342 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
Temporary, post-Paramiko changelog while we get our sh!t together.
-## ssh 1.7.14 (2012-MM-DD)
+## ssh 1.7.14 (2012-05-07)
* #15: Implemented parameter substitution in SSHConfig, matching the
implementation of `ssh_config(5)`. Thanks to Olle Lundberg for the patch.
diff --git a/setup.py b/setup.py
index 8ed2a4d9..a6b2a650 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ if sys.platform == 'darwin':
setup(name = "ssh",
- version = "1.7.13",
+ version = "1.7.14",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",
diff --git a/ssh/__init__.py b/ssh/__init__.py
index ea03e32b..0e7d552a 100644
--- a/ssh/__init__.py
+++ b/ssh/__init__.py
@@ -55,7 +55,7 @@ if sys.version_info < (2, 2):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
-__version__ = "1.7.13"
+__version__ = "1.7.14"
__license__ = "GNU Lesser General Public License (LGPL)"