Skip to content

Commit

Permalink
Merge branch '1.10' into 1.11.
Browse files Browse the repository at this point in the history
Also bump versions like a dummy.

Conflicts:
	paramiko/__init__.py
	setup.py
  • Loading branch information
bitprophet committed Mar 14, 2014
2 parents 148f3d2 + 4fdb4b5 commit c538a00
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.11.4"
__version__ = "1.11.5"
__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 @@ -52,7 +52,7 @@


setup(name = "paramiko",
version = "1.11.4",
version = "1.11.5",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "[email protected]",
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.10.7 <2014-03-13>`
* :support:`256 backported` Convert API documentation to Sphinx, yielding a new
API docs website to replace the old Epydoc one. Thanks to Olle Lundberg for
the initial conversion work.
Expand Down

0 comments on commit c538a00

Please sign in to comment.