We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c306d33 commit c0955dbCopy full SHA for c0955db
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[1.4.0] - 2020-10-17
2
3
* tls: Add accessors to min/max timeout DTLS handshake.
4
* ci: Support Python 3.9 final.
docs/source/conf.py
@@ -23,7 +23,7 @@
23
author = "Mathias Laurin"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "1.3.1"
+release = "1.4.0"
27
28
29
# -- General configuration ---------------------------------------------------
setup.py
@@ -4,7 +4,7 @@
import sys
5
from setuptools import setup, Extension, find_packages
6
7
-VERSION = "1.3.1"
+VERSION = "1.4.0"
8
MBEDTLS_VERSION = "2.16.8"
9
DOWNLOAD_URL = "https://github.com/Synss/python-mbedtls/tarball/%s" % VERSION
10
0 commit comments