From 86f0a6bee8d031e00c4edefe2aa499ff242b7518 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 8 Apr 2023 18:40:07 +0200 Subject: [PATCH] Release 1.5.12 Signed-off-by: Ludovic Rousseau --- Changes.txt | 4 ++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index bee9b1a..306f917 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,6 +1,10 @@ History ======= +1.5.12 - April 2023, Ludovic Rousseau + - add setAttributeValue() + - minor improvements + 1.5.11 - Septembre 2022, Ludovic Rousseau - add deriveKey() with CKM_ECDH1_DERIVE and CK_ECDH1_DERIVE_PARAMS - support pSourceData in OAEP params diff --git a/docs/conf.py b/docs/conf.py index b7f21db..cb75e26 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.5' # The full version, including alpha/beta/rc tags -release = '1.5.11' +release = '1.5.12' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6a696c6..9fbc18d 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def run(self): setup( name="PyKCS11", - version="1.5.11", + version="1.5.12", description="A Full PKCS#11 wrapper for Python", keywords="crypto,pki,pkcs11,c++", classifiers=classifiers,