Skip to content

Commit 86f0a6b

Browse files
Release 1.5.12
Signed-off-by: Ludovic Rousseau <[email protected]>
1 parent 0b56b0d commit 86f0a6b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes.txt

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

4+
1.5.12 - April 2023, Ludovic Rousseau
5+
- add setAttributeValue()
6+
- minor improvements
7+
48
1.5.11 - Septembre 2022, Ludovic Rousseau
59
- add deriveKey() with CKM_ECDH1_DERIVE and CK_ECDH1_DERIVE_PARAMS
610
- support pSourceData in OAEP params

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.5'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.5.11'
29+
release = '1.5.12'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474

7575
setup(
7676
name="PyKCS11",
77-
version="1.5.11",
77+
version="1.5.12",
7878
description="A Full PKCS#11 wrapper for Python",
7979
keywords="crypto,pki,pkcs11,c++",
8080
classifiers=classifiers,

0 commit comments

Comments
 (0)