Skip to content

Commit c0955db

Browse files
committed
ci: Increase version to 1.4.0
1 parent c306d33 commit c0955db

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.4.0] - 2020-10-17
22

33
* tls: Add accessors to min/max timeout DTLS handshake.
44
* ci: Support Python 3.9 final.

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.3.1"
26+
release = "1.4.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
from setuptools import setup, Extension, find_packages
66

7-
VERSION = "1.3.1"
7+
VERSION = "1.4.0"
88
MBEDTLS_VERSION = "2.16.8"
99
DOWNLOAD_URL = "https://github.com/Synss/python-mbedtls/tarball/%s" % VERSION
1010

0 commit comments

Comments
 (0)