Skip to content

Commit

Permalink
Cut 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Feb 14, 2014
1 parent 33d412a commit fb786be
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 @@ -57,7 +57,7 @@


__author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.12.1"
__version__ = "1.12.2"
__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.1",
version = "1.12.2",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",
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.12.2 <2014-02-14>`
* :release:`1.11.4 <2014-02-14>`
* :release:`1.10.6 <2014-02-14>`
* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_)
Expand Down

0 comments on commit fb786be

Please sign in to comment.