From c3ebf228c74ff746170dca6a354f7a20788f341d Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Wed, 13 Jul 2022 15:09:27 +0100 Subject: [PATCH] Bump version to 5.4.0 --- lib/wolfssl | 2 +- wolfssl/_version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/wolfssl b/lib/wolfssl index e722c15..57aac1c 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit e722c15be860794179082a05d09e6a90dc77ccf0 +Subproject commit 57aac1c50b45275c7a99eca32ad985998b292dc8 diff --git a/wolfssl/_version.py b/wolfssl/_version.py index 1f2aeba..ee2ccfe 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.3.0-stable" +__wolfssl_version__ = "v5.4.0-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.3.0-0" +__version__ = "5.4.0-0"