Skip to content

Commit

Permalink
Release 1.5.15
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Apr 17, 2024
1 parent e97fc7e commit 5b6cc38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

1.5.15 - April 2024, Ludovic Rousseau
- fix problems when PYKCS11LIB has incorrect values
- fix a problem with swig and "pip install ..."
- minor improvements

1.5.14 - February 2024, Ludovic Rousseau
- fix build using swig 4.2.0

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.14'
release = '1.5.15'


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

0 comments on commit 5b6cc38

Please sign in to comment.