From e80943b3f5f6ce9dcbac9e25cf416771982f6428 Mon Sep 17 00:00:00 2001 From: Mathias Laurin Date: Wed, 20 Jul 2022 21:29:53 +0200 Subject: [PATCH] ci: Increase version to 2.3.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 41579c57..515dfa41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -[next] +[2.3.0] - 2022-07-20 * tls: Improve typing and remove base class to TLSConfiguration and DTLSConfiguration. diff --git a/docs/source/conf.py b/docs/source/conf.py index 074f1b53..8af33ad1 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.2.0" +release = "2.3.0" # -- General configuration --------------------------------------------------- diff --git a/src/mbedtls/__init__.py b/src/mbedtls/__init__.py index e88fdd71..bda0f536 100644 --- a/src/mbedtls/__init__.py +++ b/src/mbedtls/__init__.py @@ -16,7 +16,7 @@ import mbedtls.version as version # type: ignore import mbedtls.x509 as x509 -__version__ = "2.2.0" +__version__ = "2.3.0" __all__ = ( "cipher",