Skip to content

Commit 5df8f11

Browse files
Release 1.5.9
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent 7d83685 commit 5df8f11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
History
22
=======
33

4+
1.5.9 - July 2020, Ludovic Rousseau
5+
- call C_GetSlotList() with a NULL parameter to correctly initialize
6+
some PKCS#11 lib conforming to PKCS#11 version 2.40.
7+
48
1.5.8 - May 2020, Ludovic Rousseau
59
- CKA_ALWAYS_AUTHENTICATE is boolean
610
- CKM_VENDOR_DEFINED_...

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def run(self):
7575

7676
setup(
7777
name="PyKCS11",
78-
version="1.5.8",
78+
version="1.5.9",
7979
description="A Full PKCS#11 wrapper for Python",
8080
keywords="crypto,pki,pkcs11,c++",
8181
classifiers=classifiers,

0 commit comments

Comments
 (0)