diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-05-07 20:23:29 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:20:01 -0700 |
commit | 01735419f3094852b650d34368c1e1126c9767a4 (patch) | |
tree | ca3a96cfcbe3542e9ede5e7842349cf63d0311ad | |
parent | 077fdae801da506dda05078d1486bf7f874efd43 (diff) |
Bump to 1.7.14
(cherry picked from commit c3a7e9d587447afdc714b02412594b8d0a9fecfa)
Conflicts:
setup.py
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | paramiko/__init__.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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/paramiko/__init__.py b/paramiko/__init__.py index 2cf2abe1..9f2a8af5 100644 --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -60,7 +60,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)" @@ -50,7 +50,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.7.13", + version = "1.7.14", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org", |