Skip to content

Commit

Permalink
Release 1.5.10
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Dec 31, 2020
1 parent 95d92a5 commit 306d9f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

1.5.10 - December 2020, Ludovic Rousseau
- Add CKH_* constants
- CKA_HW_FEATURE_TYPE artibute value is a number
- Makefile: use python3 by default
- minor improvements

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.
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.9",
version="1.5.10",
description="A Full PKCS#11 wrapper for Python",
keywords="crypto,pki,pkcs11,c++",
classifiers=classifiers,
Expand Down

0 comments on commit 306d9f0

Please sign in to comment.