Skip to content

Commit 5475963

Browse files
Merge pull request #38 from danielinux/update-v5.5.3
Update to version 5.5.3
2 parents 636fa9c + 91f0e85 commit 5475963

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lib/wolfssl

Submodule wolfssl updated 265 files

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
version=verstr,
5656
description="Python module that encapsulates wolfSSL's C SSL/TLS library.",
5757
long_description=long_description,
58+
long_description_content_type='text/x-rst',
5859
author="wolfSSL Inc.",
5960
author_email="info@wolfssl.com",
6061
url="https://github.com/wolfssl/wolfssl-py",

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.5.0-stable"
3+
__wolfssl_version__ = "v5.5.3-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.0-0"
11+
__version__ = "5.5.3-0"

0 commit comments

Comments
 (0)