Skip to content

Commit c3ebf22

Browse files
LinuxJedidanielinux
authored andcommitted
Bump version to 5.4.0
1 parent 7b1ae1d commit c3ebf22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/wolfssl

Submodule wolfssl updated 403 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.3.0-stable"
3+
__wolfssl_version__ = "v5.4.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.3.0-0"
11+
__version__ = "5.4.0-0"

0 commit comments

Comments
 (0)