Skip to content

Commit

Permalink
Cut 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Nov 4, 2022
1 parent 76ce2d4 commit bbb8d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/_version.py
@@ -1,2 +1,2 @@
__version_info__ = (2, 11, 1)
__version_info__ = (2, 12, 0)
__version__ = ".".join(map(str, __version_info__))
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

- :release:`2.12.0 <2022-11-04>`
- :feature:`2125` (also re: :issue:`2054`) Add a ``transport_factory`` kwarg to
`SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced
users to gain more control over early Transport setup and manipulation.
Expand Down

0 comments on commit bbb8d57

Please sign in to comment.