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 40918cf commit 0c0c5f6Copy full SHA for 0c0c5f6
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[2.10.0] - 2024-40-27
2
3
* pk: Remove obsoleted to_PEM and to_DER functions.
4
* mpi: Fixup `imag` as property instead of method.
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.9.2"
+release = "2.10.0"
29
30
31
# -- General configuration ---------------------------------------------------
src/mbedtls/__init__.py
@@ -19,7 +19,7 @@
19
import mbedtls.version as version
20
import mbedtls.x509 as x509
21
22
-__version__ = "2.9.2"
+__version__ = "2.10.0"
23
24
__all__ = (
"cipher",
0 commit comments