Skip to content

Commit

Permalink
ci: Increase version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Jun 18, 2022
1 parent fefa46c commit b79e8d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[next]
[2.2.0] - 2022-06-18

* pk: Fix choice of the curve in ECC (PR 63). Before this, the
curve chosen was ignored and the `ECC.generate()` would always
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.1.0"
release = "2.2.0"


# -- 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 @@ -16,7 +16,7 @@
import mbedtls.version as version # type: ignore
import mbedtls.x509 as x509

__version__ = "2.1.0"
__version__ = "2.2.0"

__all__ = (
"cipher",
Expand Down

0 comments on commit b79e8d8

Please sign in to comment.