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",