Skip to content

Commit 8287e79

Browse files
authored
Merge pull request #57 from danielinux/prepare-5.6.0-0
Update to wolfSSL 5.6.0
2 parents dc3a326 + 27e896e commit 8287e79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/wolfssl

Submodule wolfssl updated 980 files

wolfcrypt/_version.py

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

3-
__wolfssl_version__ = "v5.5.4-stable"
3+
__wolfssl_version__ = "v5.6.0-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.5.4-0"
11+
__version__ = "5.6.0-0"
1212

0 commit comments

Comments
 (0)