From 5df8f1154332da826fa48bc98b5ec2ac1a81154f Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 31 Jul 2020 15:28:32 +0200 Subject: [PATCH] Release 1.5.9 Signed-off-by: Ludovic Rousseau --- Changes.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes.txt b/Changes.txt index c59f0c0..fd7ad19 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,6 +1,10 @@ History ======= +1.5.9 - July 2020, Ludovic Rousseau + - call C_GetSlotList() with a NULL parameter to correctly initialize + some PKCS#11 lib conforming to PKCS#11 version 2.40. + 1.5.8 - May 2020, Ludovic Rousseau - CKA_ALWAYS_AUTHENTICATE is boolean - CKM_VENDOR_DEFINED_... diff --git a/setup.py b/setup.py index c104ce9..0b49856 100755 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def run(self): setup( name="PyKCS11", - version="1.5.8", + version="1.5.9", description="A Full PKCS#11 wrapper for Python", keywords="crypto,pki,pkcs11,c++", classifiers=classifiers,