File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
[ All Changes] ( https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.3.1...HEAD )
8
8
9
+ ## [ v0.4.0] ( https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.3.2 ) (2025-05-12)
10
+
11
+ - ` nitrokey.trussed.admin_app.InitStatus ` : add support for returning
12
+ - ` nitrokey.nk3.updates ` : return device status after an update
13
+
9
14
## [ v0.3.1] ( https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.3.1 ) (2025-03-28)
10
15
11
16
- ` nitropy.nk3.updates ` : Remove reboot during update.
Original file line number Diff line number Diff line change 1
1
Name: python3-nitrokey
2
- Version: 0.3.1
2
+ Version: 0.4.0
3
3
Release: %autorelease
4
4
Summary: Python SDK for Nitrokey devices
5
5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " nitrokey"
7
- version = " 0.3.1 "
7
+ version = " 0.4.0 "
8
8
description = " Nitrokey Python SDK"
9
9
authors = [
" Nitrokey <[email protected] >" ]
10
10
license = " Apache-2.0 or MIT"
You can’t perform that action at this time.
0 commit comments