diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-03-10 16:22:13 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-03-10 16:22:13 -0500 |
commit | ee2829903f0108b6ea6da59cf29bff9c3cff3a74 (patch) | |
tree | bab6b968b14054759737e3d4a0df30b6a45e5a2b | |
parent | d862d88bd43b8fe0fda9bb926b1cb355d9351ab0 (diff) |
Cut 3.1.0
-rw-r--r-- | paramiko/_version.py | 2 | ||||
-rw-r--r-- | sites/www/changelog.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/paramiko/_version.py b/paramiko/_version.py index 06833102..ba3f1b3c 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (3, 0, 0) +__version_info__ = (3, 1, 0) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 48ce2d9f..0b2022ca 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`3.1.0 <2023-03-10>` - :feature:`2013` (solving :issue:`2009`, plus others) Add an explicit ``channel_timeout`` keyword argument to `paramiko.client.SSHClient.connect`, allowing users to configure the previously-hardcoded default value of 3600 |