Skip to content

Commit

Permalink
Cut 1.7.13
Browse files Browse the repository at this point in the history
(cherry picked from commit 998377f)

Conflicts:
	setup.py
  • Loading branch information
bitprophet committed Sep 23, 2012
1 parent 9c5791e commit 11ca813
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.13 (2012-MM-DD)
## ssh 1.7.13 (2012-02-13)

* #5: Moved a `fcntl` import closer to where it's used to help avoid
`ImportError` problems on Windows platforms. Thanks to Jason Coombs for the
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 <jeff@bitprophet.org>"
__version__ = "1.7.12"
__version__ = "1.7.13"
__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.12",
version = "1.7.13",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",
Expand Down

0 comments on commit 11ca813

Please sign in to comment.