Skip to content

Commit 5d73b73

Browse files
committed
ci: Increate version to 2.4.0
1 parent f283313 commit 5d73b73

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.4.0] - 2022-08-07
22

33
* typing: Complete typing.
44
* tls: Improve support for connectionless DTLS.

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.3.1"
28+
release = "2.4.0"
2929

3030

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

src/mbedtls/__init__.py

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

20-
__version__ = "2.3.1"
20+
__version__ = "2.4.0"
2121

2222
__all__ = (
2323
"cipher",

0 commit comments

Comments
 (0)