From 8e389c77660c5cdae3069b478665427d23012853 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 28 Jul 2023 16:15:33 -0400 Subject: Cut 3.3.1 --- 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 100b95b3..3184d18d 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (3, 3, 0) +__version_info__ = (3, 3, 1) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 28474d43..0bd08ef6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`3.3.1 <2023-07-28>` - :bug:`-` Cleaned up some very old root level files, mostly just to exercise some of our doc build and release machinery. This changelog entry intentionally left blank! ``nothing-to-see-here-move-along.gif`` -- cgit v1.2.3