Skip to content

Commit 9b7b622

Browse files
committed
ci: Increase version to 1.5.0
1 parent 5a24591 commit 9b7b622

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+
[1.5.0] - 2020-12-30
22

33
* ci: Drop Python < 3.6.
44
* hashlib: Drop hash alias to hashlib.

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 = "1.4.1"
26+
release = "1.5.0"
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__ = "1.4.1"
19+
__version__ = "1.5.0"
2020

2121
__all__ = (
2222
"cipher",

0 commit comments

Comments
 (0)