Skip to content

Commit

Permalink
Prepare for v5.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lealem47 committed Nov 13, 2024
1 parent 754bc9b commit e601a8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
wolfSSL-py Release 5.7.4 (Nov 13, 2024)
============================================
* Update wolfSSL to version 5.7.4

wolfSSL-py Release 5.7.2 (Sep 6, 2024)
============================================
* SSLSocket: support version() version
Expand Down
2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 1266 files
4 changes: 2 additions & 2 deletions wolfssl/_version.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# When bumping the C library version, reset the POST count to 0

__wolfssl_version__ = "v5.7.2-stable"
__wolfssl_version__ = "v5.7.4-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

__version__ = "5.7.2-0"
__version__ = "5.7.4-0"

0 comments on commit e601a8b

Please sign in to comment.