We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74b068 commit 86e827fCopy full SHA for 86e827f
2 files changed
ChangeLog.rst
@@ -1,3 +1,9 @@
1
+wolfCrypt-py Release 5.7.2 (Sep 6, 2024)
2
+==========================================
3
+
4
+* Update to wolfSSL version 5.7.2
5
6
7
wolfCrypt-py Release 5.6.6 (Jan 23, 2024)
8
==========================================
9
wolfcrypt/_version.py
@@ -1,12 +1,12 @@
# 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.
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
#
# MAJOR.MINOR.BUILD-POST
10
11
-__version__ = "5.6.6-0"
+__version__ = "5.7.2-0"
12
0 commit comments