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 521a740 commit 54b4d1bCopy full SHA for 54b4d1b
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[1.1.0] - 2020-02-22
2
3
* tls: Add support to PSK for (D)TLS
4
* tls: Fixup `access()` method for DTLS on Python 2.7 and 3.4.
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.0.0"
+release = "1.1.0"
27
28
29
# -- General configuration ---------------------------------------------------
setup.py
@@ -3,7 +3,7 @@
import sys
from setuptools import setup, Extension, find_packages
5
6
-version = "1.0.0"
+version = "1.1.0"
7
mbedtls_version = "2.16.5"
8
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
9
0 commit comments