diff --git a/ChangeLog b/ChangeLog index f8a12fbe..140570fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -[next] +[2.4.0] - 2022-08-07 * typing: Complete typing. * tls: Improve support for connectionless DTLS. diff --git a/docs/source/conf.py b/docs/source/conf.py index da04a6f4..a8305a4d 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.1" +release = "2.4.0" # -- General configuration --------------------------------------------------- diff --git a/src/mbedtls/__init__.py b/src/mbedtls/__init__.py index 36f693d4..80790fa7 100644 --- a/src/mbedtls/__init__.py +++ b/src/mbedtls/__init__.py @@ -17,7 +17,7 @@ import mbedtls.version as version import mbedtls.x509 as x509 -__version__ = "2.3.1" +__version__ = "2.4.0" __all__ = ( "cipher",