From 1b6d6d76a1998e42da9a72c0bdb0a0cbd81a2bd5 Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Thu, 5 May 2022 11:32:12 +0100 Subject: [PATCH] Update to 5.3.0 --- lib/wolfssl | 2 +- wolfcrypt/_version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/wolfssl b/lib/wolfssl index c3513bf..e722c15 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit c3513bf2573c30f6d2df815de216120e92142020 +Subproject commit e722c15be860794179082a05d09e6a90dc77ccf0 diff --git a/wolfcrypt/_version.py b/wolfcrypt/_version.py index 134861a..17f3243 100644 --- a/wolfcrypt/_version.py +++ b/wolfcrypt/_version.py @@ -1,6 +1,6 @@ # When bumping the C library version, reset the POST count to 0 -__wolfssl_version__ = "v5.1.1-stable" +__wolfssl_version__ = "v5.3.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,5 +8,5 @@ # # MAJOR.MINOR.BUILD-POST -__version__ = "5.1.1-0" +__version__ = "5.3.0-0"