We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a392582 commit 8c17b63Copy full SHA for 8c17b63
ChangeLog
@@ -1,4 +1,4 @@
1
-[Next]
+[1.6.0] - 2021-10-03
2
3
* tls: Fix arguments of TLSWrappedSocket.sendto() method.
4
* *: Add MacOS support and tests on GitHub.
docs/source/conf.py
@@ -23,7 +23,7 @@
23
author = "Mathias Laurin"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "1.5.1"
+release = "1.6.0"
27
28
29
# -- General configuration ---------------------------------------------------
src/mbedtls/__init__.py
@@ -16,7 +16,7 @@
16
import mbedtls.version as version
17
import mbedtls.x509 as x509
18
19
-__version__ = "1.5.1"
+__version__ = "1.6.0"
20
21
__all__ = (
22
"cipher",
0 commit comments