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 f283313 commit 5d73b73Copy full SHA for 5d73b73
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[2.4.0] - 2022-08-07
2
3
* typing: Complete typing.
4
* tls: Improve support for connectionless DTLS.
docs/source/conf.py
@@ -25,7 +25,7 @@
25
author = "Mathias Laurin"
26
27
# The full version, including alpha/beta/rc tags
28
-release = "2.3.1"
+release = "2.4.0"
29
30
31
# -- General configuration ---------------------------------------------------
src/mbedtls/__init__.py
@@ -17,7 +17,7 @@
17
import mbedtls.version as version
18
import mbedtls.x509 as x509
19
20
-__version__ = "2.3.1"
+__version__ = "2.4.0"
21
22
__all__ = (
23
"cipher",
0 commit comments