diff --git a/ChangeLog b/ChangeLog index c1c958a2..185a8757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -[next] +[2.10.0] - 2024-40-27 * pk: Remove obsoleted to_PEM and to_DER functions. * mpi: Fixup `imag` as property instead of method. diff --git a/docs/source/conf.py b/docs/source/conf.py index 61ee15db..394932b2 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.9.2" +release = "2.10.0" # -- General configuration --------------------------------------------------- diff --git a/src/mbedtls/__init__.py b/src/mbedtls/__init__.py index 9aea2ba9..41fd828d 100644 --- a/src/mbedtls/__init__.py +++ b/src/mbedtls/__init__.py @@ -19,7 +19,7 @@ import mbedtls.version as version import mbedtls.x509 as x509 -__version__ = "2.9.2" +__version__ = "2.10.0" __all__ = ( "cipher",