Skip to content

Commit 51e7f12

Browse files
committed
Bump version for 2.1.2 release.
1 parent 9dd1255 commit 51e7f12

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Version 2.1.2 (released 2022-12-05)
2+
** Bugfix: Fix broken sign_ssh_certificate command.
3+
14
* Version 2.1.1 (released 2022-09-22)
25
** Dependency fix: Require Cryptography <38.
36

yubihsm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
from .core import YubiHsm # noqa F401
3030

3131

32-
__version__ = "2.1.1"
32+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)