We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65ce42 commit b74b068Copy full SHA for b74b068
2 files changed
ChangeLog.rst
@@ -1,3 +1,9 @@
1
+wolfCrypt-py Release 5.6.6 (Jan 23, 2024)
2
+==========================================
3
+
4
+* Update to wolfSSL version 5.6.6
5
6
7
wolfCrypt-py Release 5.6.0 (May 2, 2022)
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.0-stable"
+__wolfssl_version__ = "v5.6.6-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.0-0"
+__version__ = "5.6.6-0"
12
0 commit comments