Skip to content

Commit 7ce1a5f

Browse files
Release 1.5.13
Signed-off-by: Ludovic Rousseau <[email protected]>
1 parent 48557c6 commit 7ce1a5f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Changes.txt

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

4+
1.5.13 - January 2024, Ludovic Rousseau
5+
- fix issue between Python 3.12 garbage collector and C_Finalize()
6+
- Modernize use of setup.py
7+
- Check swig is installed
8+
- remove unused files
9+
- minor improvements
10+
411
1.5.12 - April 2023, Ludovic Rousseau
512
- add setAttributeValue()
613
- minor improvements

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.12'
29+
release = '1.5.13'
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.12",
77+
version="1.5.13",
7878
description="A Full PKCS#11 wrapper for Python",
7979
keywords="crypto,pki,pkcs11,c++",
8080
classifiers=classifiers,

0 commit comments

Comments
 (0)