From e601a8bce4bad619d7732a589724a269e4fdb979 Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Wed, 13 Nov 2024 14:05:55 -0700 Subject: [PATCH] Prepare for v5.7.4 --- ChangeLog.rst | 4 ++++ lib/wolfssl | 2 +- wolfssl/_version.py | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index f0215f7..9ee6432 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,7 @@ +wolfSSL-py Release 5.7.4 (Nov 13, 2024) +============================================ +* Update wolfSSL to version 5.7.4 + wolfSSL-py Release 5.7.2 (Sep 6, 2024) ============================================ * SSLSocket: support version() version diff --git a/lib/wolfssl b/lib/wolfssl index 00e4215..bdd6231 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit 00e42151ca061463ba6a95adb2290f678cbca472 +Subproject commit bdd62314f00fca0e216bf8c963c8eeff6327e0cb diff --git a/wolfssl/_version.py b/wolfssl/_version.py index 33e969f..e45643c 100644 --- a/wolfssl/_version.py +++ b/wolfssl/_version.py @@ -1,6 +1,6 @@ # When bumping the C library version, reset the POST count to 0 -__wolfssl_version__ = "v5.7.2-stable" +__wolfssl_version__ = "v5.7.4-stable" # We're using implicit post releases [PEP 440] to bump package version # while maintaining the C library version intact for better reference. @@ -8,4 +8,4 @@ # # MAJOR.MINOR.BUILD-POST -__version__ = "5.7.2-0" +__version__ = "5.7.4-0"