diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-02-10 22:50:36 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:09:44 -0700 |
commit | ac7f513ee8b73612353c180b38065fe53bb456c4 (patch) | |
tree | 7646c906e5112560e852fcaa1bc1ca102e87a712 | |
parent | 2519e541b1c9c6b6247f3b65790149d18f0ee04d (diff) |
Release 1.7.12
(cherry picked from commit c630917d0d0ff2ac4e1185f4077074cd3748d05b)
Conflicts:
paramiko/__init__.py
setup.py
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | paramiko/__init__.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ Temporary, post-Paramiko changelog while we get our sh!t together. -## ssh 1.7.12 (2012-MM-DD) +## ssh 1.7.12 (2012-02-10) * Added an IO loop sleep() call to avoid needless CPU usage when agent forwarding is in use. diff --git a/paramiko/__init__.py b/paramiko/__init__.py index 653825e5..734030c4 100644 --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -60,7 +60,7 @@ if sys.version_info < (2, 2): __author__ = "Jeff Forcier <jeff@bitprophet.org>" -__version__ = "1.7.11" +__version__ = "1.7.12" __license__ = "GNU Lesser General Public License (LGPL)" @@ -50,7 +50,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "dev", + version = "1.7.12", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org", |