Skip to content

Commit 3963219

Browse files
Release v0.3.1
This removes an unintended reboot during the Nitrokey 3 update.
1 parent 4570d8f commit 3963219

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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/nitrokey-sdk-py/compare/v0.3.1...HEAD)
8+
9+
## [v0.3.1](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.3.1) (2025-03-28)
10+
511
- `nitropy.nk3.updates`: Remove reboot during update.
612

7-
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.3.0...HEAD)
13+
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.3.0...v0.3.1)
814

915
## [v0.3.0](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.3.0) (2025-03-21)
1016

ci-scripts/linux/rpm/python3-nitrokey.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: python3-nitrokey
2-
Version: 0.3.0
2+
Version: 0.3.1
33
Release: %autorelease
44
Summary: Python SDK for Nitrokey devices
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "nitrokey"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Nitrokey Python SDK"
99
authors = ["Nitrokey <[email protected]>"]
1010
license = "Apache-2.0 or MIT"

0 commit comments

Comments
 (0)