File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1313import binascii
1414import contextlib
You can’t perform that action at this time.
0 commit comments