Skip to content

Commit

Permalink
Bump to 1.7.14
Browse files Browse the repository at this point in the history
(cherry picked from commit c3a7e9d)

Conflicts:
	setup.py
  • Loading branch information
bitprophet committed Sep 23, 2012
1 parent 077fdae commit 0173541
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion paramiko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@


__author__ = "Jeff Forcier <[email protected]>"
__version__ = "1.7.13"
__version__ = "1.7.14"
__license__ = "GNU Lesser General Public License (LGPL)"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


setup(name = "paramiko",
version = "1.7.13",
version = "1.7.14",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "[email protected]",
Expand Down

0 comments on commit 0173541

Please sign in to comment.