Skip to content

Commit 306d9f0

Browse files
Release 1.5.10
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent 95d92a5 commit 306d9f0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Changes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
=======
33

4+
1.5.10 - December 2020, Ludovic Rousseau
5+
- Add CKH_* constants
6+
- CKA_HW_FEATURE_TYPE artibute value is a number
7+
- Makefile: use python3 by default
8+
- minor improvements
9+
410
1.5.9 - July 2020, Ludovic Rousseau
511
- call C_GetSlotList() with a NULL parameter to correctly initialize
612
some PKCS#11 lib conforming to PKCS#11 version 2.40.

setup.py

Lines changed: 1 addition & 1 deletion
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.9",
78+
version="1.5.10",
7979
description="A Full PKCS#11 wrapper for Python",
8080
keywords="crypto,pki,pkcs11,c++",
8181
classifiers=classifiers,

0 commit comments

Comments
 (0)