Skip to content

Commit

Permalink
Release 1.5.9
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Jul 31, 2020
1 parent 7d83685 commit 5df8f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -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_...
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5df8f11

Please sign in to comment.