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 b031645 commit df7e5d4Copy full SHA for df7e5d4
ChangeLog
@@ -1,4 +1,8 @@
1
-[2.10.0] - 2024-40-27
+[2.10.1] - 2024-04-27
2
+
3
+* ci: Fix error in CI workflow.
4
5
+[2.10.0] - unpublished
6
7
* pk: Remove obsoleted to_PEM and to_DER functions.
8
* 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.10.0"
+release = "2.10.1"
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.10.0"
+__version__ = "2.10.1"
23
24
__all__ = (
"cipher",
0 commit comments