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 5a24591 commit 9b7b622Copy full SHA for 9b7b622
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[1.5.0] - 2020-12-30
2
3
* ci: Drop Python < 3.6.
4
* hashlib: Drop hash alias to hashlib.
docs/source/conf.py
@@ -23,7 +23,7 @@
23
author = "Mathias Laurin"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "1.4.1"
+release = "1.5.0"
27
28
29
# -- General configuration ---------------------------------------------------
src/mbedtls/__init__.py
@@ -16,7 +16,7 @@
16
import mbedtls.version as version
17
import mbedtls.x509 as x509
18
19
-__version__ = "1.4.1"
+__version__ = "1.5.0"
20
21
__all__ = (
22
"cipher",
0 commit comments