From 6c3e25035c6a05ff687de23ef35e26df0588b111 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 24 May 2024 17:40:19 +0200 Subject: [PATCH] Release 1.5.16 Signed-off-by: Ludovic Rousseau --- Changes.txt | 4 ++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes.txt b/Changes.txt index 9e60d75..ebb034a 100644 --- a/Changes.txt +++ b/Changes.txt @@ -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 ..." diff --git a/docs/conf.py b/docs/conf.py index e36f105..fbf2b8e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 46b9828..0fd0fbd 100644 --- a/setup.py +++ b/setup.py @@ -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,