Skip to content

Commit

Permalink
Release 1.5.13
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Rousseau <[email protected]>
  • Loading branch information
LudovicRousseau committed Jan 7, 2024
1 parent 48557c6 commit 7ce1a5f
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.13 - January 2024, Ludovic Rousseau
- fix issue between Python 3.12 garbage collector and C_Finalize()
- Modernize use of setup.py
- Check swig is installed
- remove unused files
- minor improvements

1.5.12 - April 2023, Ludovic Rousseau
- add setAttributeValue()
- minor improvements
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.12'
release = '1.5.13'


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

0 comments on commit 7ce1a5f

Please sign in to comment.