From 1249428f3bbc6888933ec1b3c6ee6dbc02691e93 Mon Sep 17 00:00:00 2001 From: Markus Merklinger Date: Sat, 2 Nov 2024 13:22:44 +0100 Subject: [PATCH] Release v0.2.3 --- CHANGELOG.md | 8 +++++++- ci-scripts/linux/rpm/python3-nitrokey.spec | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf7bc0..f5ae9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,19 @@ ## Unreleased +- + +[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.3...HEAD) + +## [v0.2.3](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.3) (2024-11-02) + - Remove `ecdsa` dependency - Remove two step update handling on macOS - Correct update message - Add RPM specification file - Add CI test to make sure versions in `pyproject.toml` and `python3-nitrokey.spec` are the same -[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.2...HEAD) +[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.2...v0.2.3) ## [v0.2.2](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.2) (2024-10-23) diff --git a/ci-scripts/linux/rpm/python3-nitrokey.spec b/ci-scripts/linux/rpm/python3-nitrokey.spec index d2c804f..596e193 100644 --- a/ci-scripts/linux/rpm/python3-nitrokey.spec +++ b/ci-scripts/linux/rpm/python3-nitrokey.spec @@ -1,5 +1,5 @@ Name: python3-nitrokey -Version: 0.2.2 +Version: 0.2.3 Release: %autorelease Summary: Python SDK for Nitrokey devices diff --git a/pyproject.toml b/pyproject.toml index 99746df..a8a93a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nitrokey" -version = "0.2.2" +version = "0.2.3" description = "Nitrokey Python SDK" authors = ["Nitrokey "] license = "Apache-2.0 or MIT"