Bump to 1.7.14
(cherry picked from commit c3a7e9d587
)
Conflicts:
setup.py
This commit is contained in:
parent
077fdae801
commit
01735419f3
2
CHANGES
2
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.
|
||||
|
|
|
@ -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)"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue