From 9b7b62253662c3417acd6b74ceea1dc31b2efdfe Mon Sep 17 00:00:00 2001 From: Mathias Laurin Date: Wed, 30 Dec 2020 13:30:34 +0100 Subject: [PATCH] ci: Increase version to 1.5.0 --- ChangeLog | 2 +- docs/source/conf.py | 2 +- src/mbedtls/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34577b9b..df65b4b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -[next] +[1.5.0] - 2020-12-30 * ci: Drop Python < 3.6. * hashlib: Drop hash alias to hashlib. diff --git a/docs/source/conf.py b/docs/source/conf.py index ac1fa8ce..3175e113 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Mathias Laurin" # The full version, including alpha/beta/rc tags -release = "1.4.1" +release = "1.5.0" # -- General configuration --------------------------------------------------- diff --git a/src/mbedtls/__init__.py b/src/mbedtls/__init__.py index 16b250bd..2f9e5995 100644 --- a/src/mbedtls/__init__.py +++ b/src/mbedtls/__init__.py @@ -16,7 +16,7 @@ import mbedtls.version as version import mbedtls.x509 as x509 -__version__ = "1.4.1" +__version__ = "1.5.0" __all__ = ( "cipher",