Skip to content

Commit f148e91

Browse files
committed
ci: Increase version to 2.0.1
1 parent d88e29b commit f148e91

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.0.1] - 2022-04-12
22

33
* tls: Fix check of arguments to TLSWrappedSocket.sendto().
44

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Mathias Laurin"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2.0.0"
26+
release = "2.0.1"
2727

2828

2929
# -- 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
1717
import mbedtls.x509 as x509
1818

19-
__version__ = "2.0.0"
19+
__version__ = "2.0.1"
2020

2121
__all__ = (
2222
"cipher",

0 commit comments

Comments
 (0)