Skip to content

Commit

Permalink
ci: Increase version to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Apr 27, 2024
1 parent b031645 commit df7e5d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[2.10.0] - 2024-40-27
[2.10.1] - 2024-04-27

* ci: Fix error in CI workflow.

[2.10.0] - unpublished

* pk: Remove obsoleted to_PEM and to_DER functions.
* mpi: Fixup `imag` as property instead of method.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Mathias Laurin"

# The full version, including alpha/beta/rc tags
release = "2.10.0"
release = "2.10.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/mbedtls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import mbedtls.version as version
import mbedtls.x509 as x509

__version__ = "2.10.0"
__version__ = "2.10.1"

__all__ = (
"cipher",
Expand Down

0 comments on commit df7e5d4

Please sign in to comment.