Skip to content

Commit

Permalink
Merge pull request #66 from lealem47/v5.7.4
Browse files Browse the repository at this point in the history
Prepare for v5.7.4
  • Loading branch information
douzzer authored Nov 13, 2024
2 parents 35e0b1b + ef582ad commit 0d345aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
wolfCrypt-py Release 5.7.4 (Nov 13, 2024)
==========================================

* Add support for ChaCha20-Poly1305
* Update to wolfSSL version 5.7.4


wolfCrypt-py Release 5.7.2 (Sep 6, 2024)
==========================================

Expand Down
2 changes: 1 addition & 1 deletion lib/wolfssl
Submodule wolfssl updated 1266 files
4 changes: 2 additions & 2 deletions wolfcrypt/_version.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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 0d345aa

Please sign in to comment.