Skip to content

Commit

Permalink
Cut 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 14, 2014
1 parent edf958b commit bbd9469
Show file tree
Hide file tree
Showing 2 changed files with 2 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.12.2"
__version__ = "1.12.3"
__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 @@ -54,7 +54,7 @@


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

0 comments on commit bbd9469

Please sign in to comment.