prepare for v5.7.2

pull/65/head^2
Reda Chouk 2024-09-09 16:32:32 +02:00 committed by Daniele Lacamera
parent b74b0687a8
commit 86e827f2ba
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
wolfCrypt-py Release 5.7.2 (Sep 6, 2024)
==========================================
* Update to wolfSSL version 5.7.2
wolfCrypt-py Release 5.6.6 (Jan 23, 2024) wolfCrypt-py Release 5.6.6 (Jan 23, 2024)
========================================== ==========================================

View File

@ -1,6 +1,6 @@
# When bumping the C library version, reset the POST count to 0 # When bumping the C library version, reset the POST count to 0
__wolfssl_version__ = "v5.6.6-stable" __wolfssl_version__ = "v5.7.2-stable"
# We're using implicit post releases [PEP 440] to bump package version # We're using implicit post releases [PEP 440] to bump package version
# while maintaining the C library version intact for better reference. # while maintaining the C library version intact for better reference.
@ -8,5 +8,5 @@ __wolfssl_version__ = "v5.6.6-stable"
# #
# MAJOR.MINOR.BUILD-POST # MAJOR.MINOR.BUILD-POST
__version__ = "5.6.6-0" __version__ = "5.7.2-0"