Skip to content

Commit 5e50451

Browse files
Release 1.5.14
Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
1 parent 51f1002 commit 5e50451

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Changes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
History
22
=======
33

4+
1.5.14 - February 2024, Ludovic Rousseau
5+
- fix build using swig 4.2.0
6+
47
1.5.13 - January 2024, Ludovic Rousseau
58
- fix issue between Python 3.12 garbage collector and C_Finalize()
69
- Modernize use of setup.py

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.13'
29+
release = '1.5.14'
3030

3131

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

setup.py

Lines changed: 1 addition & 1 deletion
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.13",
77+
version="1.5.14",
7878
description="A Full PKCS#11 wrapper for Python",
7979
keywords="crypto,pki,pkcs11,c++",
8080
classifiers=classifiers,

0 commit comments

Comments
 (0)