Skip to content

Commit b79e8d8

Browse files
committed
ci: Increase version to 2.2.0
1 parent fefa46c commit b79e8d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[next]
1+
[2.2.0] - 2022-06-18
22

33
* pk: Fix choice of the curve in ECC (PR 63). Before this, the
44
curve chosen was ignored and the `ECC.generate()` would always

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.1.0"
28+
release = "2.2.0"
2929

3030

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

src/mbedtls/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import mbedtls.version as version # type: ignore
1717
import mbedtls.x509 as x509
1818

19-
__version__ = "2.1.0"
19+
__version__ = "2.2.0"
2020

2121
__all__ = (
2222
"cipher",

0 commit comments

Comments
 (0)