We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda757f commit 71742e3Copy full SHA for 71742e3
3 files changed
ChangeLog.rst
@@ -1,3 +1,7 @@
1
+wolfSSL-py Release 5.8.2 (Jul 24, 2025)
2
+============================================
3
+* Update wolfSSL to version 5.8.2
4
+
5
wolfSSL-py Release 5.7.4 (Nov 13, 2024)
6
============================================
7
* Update wolfSSL to version 5.7.4
lib/wolfssl
wolfssl/_version.py
@@ -1,11 +1,11 @@
# When bumping the C library version, reset the POST count to 0
-__wolfssl_version__ = "v5.7.4-stable"
+__wolfssl_version__ = "v5.8.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
8
#
9
# MAJOR.MINOR.BUILD-POST
10
11
-__version__ = "5.7.4-0"
+__version__ = "5.8.2-0"
0 commit comments