Skip to content

Commit fda757f

Browse files
authored
Merge pull request #58 from lealem47/v5.7.4
Prepare for v5.7.4
2 parents 754bc9b + e601a8b commit fda757f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
wolfSSL-py Release 5.7.4 (Nov 13, 2024)
2+
============================================
3+
* Update wolfSSL to version 5.7.4
4+
15
wolfSSL-py Release 5.7.2 (Sep 6, 2024)
26
============================================
37
* SSLSocket: support version() version

lib/wolfssl

Submodule wolfssl updated 1266 files

wolfssl/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# When bumping the C library version, reset the POST count to 0
22

3-
__wolfssl_version__ = "v5.7.2-stable"
3+
__wolfssl_version__ = "v5.7.4-stable"
44

55
# We're using implicit post releases [PEP 440] to bump package version
66
# while maintaining the C library version intact for better reference.
77
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
88
#
99
# MAJOR.MINOR.BUILD-POST
1010

11-
__version__ = "5.7.2-0"
11+
__version__ = "5.7.4-0"

0 commit comments

Comments
 (0)