Updating wolfSSL to v5.6.0

pull/42/head
Daniele Lacamera 2023-05-02 12:38:28 +02:00
parent f43fa0c651
commit 0443855b1b
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
wolfSSL-py Release 5.6.0 (May 2, 2022)
============================================
* Update wolfSSL to version 5.6.0
wolfSSL-py Release 5.5.4 (December 30, 2022)
============================================
* Update wolfSSL to version 5.5.4

@ -1 +1 @@
Subproject commit 4fbd4fd36a21efd9d1a7e17aba390e91c78693b1
Subproject commit 979707380c677dfa65e3ba48f19e149773a4a32d

View File

@ -1,6 +1,6 @@
# When bumping the C library version, reset the POST count to 0
__wolfssl_version__ = "v5.5.4-stable"
__wolfssl_version__ = "v5.6.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 @@ __wolfssl_version__ = "v5.5.4-stable"
#
# MAJOR.MINOR.BUILD-POST
__version__ = "5.5.4-0"
__version__ = "5.6.0-0"