summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-05-16 21:04:13 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-05-16 21:04:13 -0400
commit35f9a529a1170a409da6f3673cc2ce4308ad0daf (patch)
treef3611e32b5452132b627b93f7b7053fc1f363905
parent2ab6bf79af0725cc45f7070ddb90675d46d8e16e (diff)
parent1150ed2912343cfcd83684a4515422ea06a759b1 (diff)
downloadparamiko-35f9a529a1170a409da6f3673cc2ce4308ad0daf.tar.gz
Merge branch '2.10'
-rw-r--r--dev-requirements.txt2
-rw-r--r--paramiko/_version.py2
-rw-r--r--sites/www/changelog.rst2
3 files changed, 4 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 3edcc812..3ed9eb40 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,6 +1,6 @@
# Invocations for common project tasks
invoke==1.6.0
-invocations==2.3.0
+invocations==2.6.0
pytest==4.4.2
pytest-relaxed==1.1.5
# pytest-xdist for test dir watching and the inv guard task
diff --git a/paramiko/_version.py b/paramiko/_version.py
index 1d1d0377..3a5c6a86 100644
--- a/paramiko/_version.py
+++ b/paramiko/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (2, 10, 4)
+__version_info__ = (2, 10, 5)
__version__ = ".".join(map(str, __version_info__))
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index becbf13d..06d95c9f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+- :release:`2.10.5 <2022-05-16>`
+- :release:`2.9.5 <2022-05-16>`
- :bug:`1933` Align signature verification algorithm with OpenSSH re:
zero-padding signatures which don't match their nominal size/length. This
shouldn't affect most users, but will help Paramiko-implemented SSH servers