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 3416583 commit e80943bCopy full SHA for e80943b
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[2.3.0] - 2022-07-20
2
3
* tls: Improve typing and remove base class to TLSConfiguration
4
and DTLSConfiguration.
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.2.0"
+release = "2.3.0"
29
30
31
# -- General configuration ---------------------------------------------------
src/mbedtls/__init__.py
@@ -16,7 +16,7 @@
16
import mbedtls.version as version # type: ignore
17
import mbedtls.x509 as x509
18
19
-__version__ = "2.2.0"
+__version__ = "2.3.0"
20
21
__all__ = (
22
"cipher",
0 commit comments