Skip to content

Commit df7e5d4

Browse files
committed
ci: Increase version to 2.10.1
1 parent b031645 commit df7e5d4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[2.10.0] - 2024-40-27
1+
[2.10.1] - 2024-04-27
2+
3+
* ci: Fix error in CI workflow.
4+
5+
[2.10.0] - unpublished
26

37
* pk: Remove obsoleted to_PEM and to_DER functions.
48
* mpi: Fixup `imag` as property instead of method.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "Mathias Laurin"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "2.10.0"
28+
release = "2.10.1"
2929

3030

3131
# -- General configuration ---------------------------------------------------

src/mbedtls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import mbedtls.version as version
2020
import mbedtls.x509 as x509
2121

22-
__version__ = "2.10.0"
22+
__version__ = "2.10.1"
2323

2424
__all__ = (
2525
"cipher",

0 commit comments

Comments
 (0)