diff --git a/Changes.txt b/Changes.txt index 77a3d8e..3841a7d 100644 --- a/Changes.txt +++ b/Changes.txt @@ -1,6 +1,9 @@ History ======= +1.5.14 - February 2024, Ludovic Rousseau + - fix build using swig 4.2.0 + 1.5.13 - January 2024, Ludovic Rousseau - fix issue between Python 3.12 garbage collector and C_Finalize() - Modernize use of setup.py diff --git a/docs/conf.py b/docs/conf.py index 35b2802..63932f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.5' # The full version, including alpha/beta/rc tags -release = '1.5.13' +release = '1.5.14' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 69c65ec..f7d135a 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def run(self): setup( name="PyKCS11", - version="1.5.13", + version="1.5.14", description="A Full PKCS#11 wrapper for Python", keywords="crypto,pki,pkcs11,c++", classifiers=classifiers,