From 6c1266a03d5922d2aef03434c84b5a508fb8abce Mon Sep 17 00:00:00 2001 From: Mathias Laurin Date: Fri, 29 Jul 2022 19:41:27 +0200 Subject: [PATCH] ci: Increase version to 2.3.1 --- 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 400eeacc..cdc393af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -[next] +[2.3.1] - 2022-07-29 * tls: Fix argument to `_enable_debug_output()`. The function now takes a configured context instead of a MbedTLSConfiguration. diff --git a/docs/source/conf.py b/docs/source/conf.py index 8af33ad1..da04a6f4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = "Mathias Laurin" # The full version, including alpha/beta/rc tags -release = "2.3.0" +release = "2.3.1" # -- General configuration --------------------------------------------------- diff --git a/src/mbedtls/__init__.py b/src/mbedtls/__init__.py index 0bb22924..868ab23c 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__ = "2.3.0" +__version__ = "2.3.1" __all__ = ( "cipher",