Skip to content

Commit

Permalink
Cut 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 7, 2014
1 parent c7f6744 commit 7484a22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paramiko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__author__ = "Jeff Forcier <[email protected]>"
__version__ = "1.13.0"
__version__ = "1.13.1"
__version_info__ = tuple([ int(d) for d in __version__.split(".") ])
__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 @@ -56,7 +56,7 @@

setup(
name = "paramiko",
version = "1.13.0",
version = "1.13.1",
description = "SSH2 protocol library",
long_description = longdesc,
author = "Jeff Forcier",
Expand Down
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

* :release:`1.13.1 <2014-05-07>`
* :release:`1.12.4 <2014-05-07>`
* :release:`1.11.6 <2014-05-07>`
* :bug:`-` `paramiko.file.BufferedFile.read` incorrectly returned text strings
Expand Down

0 comments on commit 7484a22

Please sign in to comment.