From 483e2429f4ccabfc0e039b10cee3f9e511844cc4 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 10 Oct 2023 20:40:32 +0200 Subject: [PATCH] Prepare 5.2.1. --- NEWS | 4 ++-- pyproject.toml | 2 +- ykman/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 96de486e..ae4bfc1a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -* Version 5.2.1 (unreleased) +* Version 5.2.1 (released 2023-10-10) ** Add support for Python 3.12. - ** OATH: detect and fix corrupted credentials. + ** OATH: detect and remove corrupted credentials. ** Bugfix: HSMAUTH: Fix order of CLI arguments. * Version 5.2.0 (released 2023-08-21) diff --git a/pyproject.toml b/pyproject.toml index 53b00a78..71dd9508 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yubikey-manager" -version = "5.2.1-dev.0" +version = "5.2.1" description = "Tool for managing your YubiKey configuration." authors = ["Dain Nilsson "] license = "BSD" diff --git a/ykman/__init__.py b/ykman/__init__.py index be20d65c..bee8293a 100644 --- a/ykman/__init__.py +++ b/ykman/__init__.py @@ -25,4 +25,4 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -__version__ = "5.2.1-dev.0" +__version__ = "5.2.1"