8000 Cut 2.10.1 · paramiko/paramiko@286bd9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 286bd9f

Browse files
committed
Cut 2.10.1
1 parent 4c491e2 commit 286bd9f

File tree

2 files changed

+2
-1
lines changed
8000

2 files changed

+2
-1
lines changed

paramiko/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (2, 10, 0)
1+
__version_info__ = (2, 10, 1)
22
__version__ = ".".join(map(str, __version_info__))

sites/www/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
- :release:`2.10.1 <2022-03-11>`
56
- :bug:`-` (`CVE-2022-24302
67
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24302>`_) Creation
78
of new private key files using `~paramiko.pkey.PKey` subclasses was subject

0 commit comments

Comments
 (0)
0