Skip to content

Commit b705052

Browse files
Release v0.2.4-rc.1
This release candidate fixes concurrent access to different models and tests trusted publishing to PyPI.
1 parent 1c22946 commit b705052

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,10 +2,16 @@
22

33
## Unreleased
44

5+
-
6+
7+
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.4-rc.1...HEAD)
8+
9+
## [v0.2.4-rc.1](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.4-rc.1) (2025-01-17)
10+
511
- The list methods of `NK3` and `NKPK` now only open the respective device, based on the USB vendor and product ID.
612
- Use trusted publishing for PyPI.
713

8-
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.3...HEAD)
14+
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.3...v0.2.4-rc.1)
915

1016
## [v0.2.3](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.3) (2024-11-02)
1117

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.2.3
2+
Version: 0.2.4-rc.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.2.3"
7+
version = "0.2.4-rc.1"
88
description = "Nitrokey Python SDK"
99
authors = ["Nitrokey <pypi@nitrokey.com>"]
1010
license = "Apache-2.0 or MIT"

0 commit comments

Comments
 (0)