Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
paramiko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
paramiko
Commits
b98e53878c32
Commit
b98e53878c32
authored
2 years ago
by
Jeff Forcier
Browse files
Options
Downloads
Plain Diff
Merge branch '2.11'
parents
0a9b6fb2cdd5
d4da944e4ed7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
paramiko/_version.py
+1
-1
1 addition, 1 deletion
paramiko/_version.py
sites/www/changelog.rst
+1
-0
1 addition, 0 deletions
sites/www/changelog.rst
with
2 additions
and
1 deletion
paramiko/_version.py
+
1
−
1
View file @
b98e5387
__version_info__
=
(
2
,
11
,
0
)
__version_info__
=
(
2
,
11
,
1
)
__version__
=
"
.
"
.
join
(
map
(
str
,
__version_info__
))
This diff is collapsed.
Click to expand it.
sites/www/changelog.rst
+
1
−
0
View file @
b98e5387
...
...
@@ -6,6 +6,7 @@
`SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced
users to gain more control over early Transport setup and manipulation.
Thanks to Noah Pederson for the patch.
- :release:`2.11.1 <2022-11-04>`
- :release:`2.10.6 <2022-11-04>`
- :bug:`1822` (via, and relating to, far too many other issues to mention here)
Update `~paramiko.client.SSHClient` so it explicitly closes its wrapped
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment