We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f43fa0c + 0443855 commit 0a8a76cCopy full SHA for 0a8a76c
3 files changed
ChangeLog.rst
@@ -1,3 +1,7 @@
1
+wolfSSL-py Release 5.6.0 (May 2, 2022)
2
+============================================
3
+* Update wolfSSL to version 5.6.0
4
+
5
wolfSSL-py Release 5.5.4 (December 30, 2022)
6
============================================
7
* Update wolfSSL to version 5.5.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.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.
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
8
#
9
# MAJOR.MINOR.BUILD-POST
10
11
-__version__ = "5.5.4-0"
+__version__ = "5.6.0-0"
0 commit comments