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 1246b03 commit 84e5019Copy full SHA for 84e5019
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[1.3.1] - 2020-07-23
2
3
* *: Add support for Python 3.9.
4
* update wheels to mbedtls 2.16.7.
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.0"
+release = "1.3.1"
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.0"
+version = "1.3.1"
8
mbedtls_version = "2.16.7"
9
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
10
0 commit comments