Skip to content

Commit 31306b1

Browse files
committed
Release v2.0.1
1 parent 2b48b1b commit 31306b1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## Unreleased
44

5+
-
6+
7+
[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v2.0.1...HEAD)
8+
9+
## [v2.0.1](https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.0.1) (2025-11-06)
10+
511
- Add support for unauthenticated shutdown.
612

7-
[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v2.0.0...HEAD)
13+
[All Changes](https://github.com/Nitrokey/nethsm-sdk-py/compare/v2.0.0...v2.0.1)
814

915
## [v2.0.0](https://github.com/Nitrokey/nethsm-sdk-py/releases/tag/v2.0.0) (2025-10-15)
1016

nethsm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# copied, modified, or distributed except according to those terms.
99
"""Python Library to manage NetHSM(s)."""
1010

11-
__version__ = "2.0.0"
11+
__version__ = "2.0.1"
1212

1313
import binascii
1414
import contextlib

0 commit comments

Comments
 (0)