prepare for v5.7.2
parent
b74b0687a8
commit
86e827f2ba
|
@ -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)
|
||||
==========================================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
# while maintaining the C library version intact for better reference.
|
||||
|
@ -8,5 +8,5 @@ __wolfssl_version__ = "v5.6.6-stable"
|
|||
#
|
||||
# MAJOR.MINOR.BUILD-POST
|
||||
|
||||
__version__ = "5.6.6-0"
|
||||
__version__ = "5.7.2-0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue