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 fefa46c commit b79e8d8Copy full SHA for b79e8d8
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[2.2.0] - 2022-06-18
2
3
* pk: Fix choice of the curve in ECC (PR 63). Before this, the
4
curve chosen was ignored and the `ECC.generate()` would always
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.1.0"
+release = "2.2.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.1.0"
+__version__ = "2.2.0"
20
21
__all__ = (
22
"cipher",
0 commit comments