From 440c56fe65e509fec29106b8a6a7a15e609e1983 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 25 Apr 2022 12:23:12 -0400 Subject: Cut 2.9.4 --- paramiko/_version.py | 2 +- sites/www/changelog.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1 From 943b733c4701b0b4fb56e4651727b97ab4ca7f0b Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 25 Apr 2022 12:25:20 -0400 Subject: release tidelift task never really existed --- tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.py b/tasks.py index 2e105297..ae408059 100644 --- a/tasks.py +++ b/tasks.py @@ -125,7 +125,6 @@ def all_(c, dry_run=False): release_coll["prepare"](c, dry_run=dry_run) publish_(c, dry_run=dry_run) release_coll["push"](c, dry_run=dry_run) - release_coll["tidelift"](c, dry_run=dry_run) # TODO: "replace one task with another" needs a better public API, this is -- cgit v1.2.1