Skip to content

Commit 17df69b

Browse files
Release v0.2.4
1 parent 863c5f8 commit 17df69b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
## Unreleased
44

5-
- Add support for `poetry-core` v2.
5+
-
66

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

9-
## [v0.2.4-rc.1](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.4-rc.1) (2025-01-17)
9+
## [v0.2.4](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.4) (2025-01-22)
1010

1111
- The list methods of `NK3` and `NKPK` now only open the respective device, based on the USB vendor and product ID.
1212
- Use trusted publishing for PyPI.
13+
- Add support for `poetry-core` v2.
1314

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

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

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

0 commit comments

Comments
 (0)