diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-09-27 22:00:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-09-27 22:00:32 -0700 |
commit | 96fdefbcb99b5513e3c7c78518cfd1ad5ba8137f (patch) | |
tree | 0a10273b0b4938df1307162936a6f8cc5e9d1cd1 | |
parent | ceb39683dc3a5326b090edec855366e4dfe70887 (diff) | |
parent | f2466a3d46493127e3b547f8f5c6d76c247bb3b4 (diff) |
Merge branch '1.10' into 1.11
Updated versions for 1.11.2.
Conflicts:
paramiko/__init__.py
setup.py
-rw-r--r-- | paramiko/__init__.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/__init__.py b/paramiko/__init__.py index b9853722..b3f86c91 100644 --- a/paramiko/__init__.py +++ b/paramiko/__init__.py @@ -57,7 +57,7 @@ if sys.version_info < (2, 5): __author__ = "Jeff Forcier <jeff@bitprophet.org>" -__version__ = "1.11.1" +__version__ = "1.11.2" __license__ = "GNU Lesser General Public License (LGPL)" @@ -52,7 +52,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.11.1", + version = "1.11.2", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org", |