Skip to content

Commit 6c3e250

Browse files
Release 1.5.16
Signed-off-by: Ludovic Rousseau <[email protected]>
1 parent 47365e7 commit 6c3e250

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes.txt

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

4+
1.5.16 - May 2024, Ludovic Rousseau
5+
- add support of CKA_MODIFIABLE and CKA_DESTROYABLE attributes
6+
- minor improvements
7+
48
1.5.15 - April 2024, Ludovic Rousseau
59
- fix problems when PYKCS11LIB has incorrect values
610
- fix a problem with swig and "pip install ..."

docs/conf.py

+1-1
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.15'
29+
release = '1.5.16'
3030

3131

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

setup.py

+1-1
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.15",
77+
version="1.5.16",
7878
description="A Full PKCS#11 wrapper for Python",
7979
keywords="crypto,pki,pkcs11,c++",
8080
classifiers=classifiers,

0 commit comments

Comments
 (0)