Skip to content

Commit

Permalink
Release 1.5.16
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed May 24, 2024
1 parent 47365e7 commit 6c3e250
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.16 - May 2024, Ludovic Rousseau
- add support of CKA_MODIFIABLE and CKA_DESTROYABLE attributes
- minor improvements

1.5.15 - April 2024, Ludovic Rousseau
- fix problems when PYKCS11LIB has incorrect values
- fix a problem with swig and "pip install ..."
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.5'
# The full version, including alpha/beta/rc tags
release = '1.5.15'
release = '1.5.16'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):

setup(
name="PyKCS11",
version="1.5.15",
version="1.5.16",
description="A Full PKCS#11 wrapper for Python",
keywords="crypto,pki,pkcs11,c++",
classifiers=classifiers,
Expand Down

0 comments on commit 6c3e250

Please sign in to comment.