From 8ead25eaf90be5ba620a79cee77e329412da7aab Mon Sep 17 00:00:00 2001 From: Matthias Valvekens Date: Thu, 14 Mar 2024 23:25:45 +0100 Subject: [PATCH] 0.23.1 release --- docs/changelog.rst | 11 +++++++++++ pyhanko/version.py | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index efab552d..4754a427 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,17 @@ Release history *************** +.. _release-0.23.1: + +*Release date:* 2024-03-14 + + +Bugs fixed +---------- + + * Fix a regression in the way PKCS#11 objects are loaded. + + .. _release-0.23.0: *Release date:* 2024-03-10 diff --git a/pyhanko/version.py b/pyhanko/version.py index 79d83ea9..087c5615 100644 --- a/pyhanko/version.py +++ b/pyhanko/version.py @@ -1,2 +1,2 @@ -__version__ = '0.23.1-dev1' -__version_info__ = (0, 23, 1, 'dev1') +__version__ = '0.23.1' +__version_info__ = (0, 23, 1)