diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 12:23:12 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 12:23:12 -0400 |
commit | 440c56fe65e509fec29106b8a6a7a15e609e1983 (patch) | |
tree | f92300483a7729a0c70d5d22225c09778b502453 | |
parent | ff772c9d93f79fc4287f7cc4af39a70afb799c75 (diff) |
Cut 2.9.4
-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 c5f8c829..70bd277e 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (2, 9, 3) +__version_info__ = (2, 9, 4) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e0da312a..4d1b71ce 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`2.9.4 <2022-04-25>` - :support:`1838 backported` (via :issue:`1870`/:issue:`2028`) Update ``camelCase`` method calls against the ``threading`` module to be ``snake_case``; this and related tweaks should fix some deprecation warnings |