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 235fd44 commit 2ae3deaCopy full SHA for 2ae3dea
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[2.5.0] - 2022-09-02
2
3
* Add Python 3.11 build.
4
* Add musllinux build.
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.4.0"
+release = "2.5.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.4.0"
+__version__ = "2.5.0"
21
22
__all__ = (
23
"cipher",
0 commit comments