Skip to content

Commit

Permalink
Release 1.5.11
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
  • Loading branch information
LudovicRousseau committed Sep 4, 2022
1 parent 542fb05 commit d7b4397
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
History
=======

1.5.11 - Septembre 2022, Ludovic Rousseau
- add deriveKey() with CKM_ECDH1_DERIVE and CK_ECDH1_DERIVE_PARAMS
- support pSourceData in OAEP params
- remove use of (deprecated) distutils
- samples: port to Python 3
- fix code coverage generation

1.5.10 - December 2020, Ludovic Rousseau
- Add CKH_* constants
- CKA_HW_FEATURE_TYPE attribute value is a number
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.2'
release = '1.5.11'


# -- 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.10",
version="1.5.11",
description="A Full PKCS#11 wrapper for Python",
keywords="crypto,pki,pkcs11,c++",
classifiers=classifiers,
Expand Down

0 comments on commit d7b4397

Please sign in to comment.