File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Name: python3-nitrokey
2- Version: 0.2.4~rc1
2+ Version: 0.2.4
33Release: %autorelease
44Summary: Python SDK for Nitrokey devices
55
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " nitrokey"
7- version = " 0.2.4-rc.1 "
7+ version = " 0.2.4"
88description = " Nitrokey Python SDK"
99authors = [" Nitrokey <pypi@nitrokey.com>" ]
1010license = " Apache-2.0 or MIT"
You can’t perform that action at this time.
0 commit comments