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 accf0c3 commit add69c9Copy full SHA for add69c9
ChangeLog
@@ -1,4 +1,4 @@
1
-[next]
+[1.2.1]
2
3
* update wheels to mbedtls 1.16.6
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.2.0"
+release = "1.2.1"
27
28
29
# -- General configuration ---------------------------------------------------
setup.py
@@ -3,7 +3,7 @@
import sys
from setuptools import setup, Extension, find_packages
5
6
-version = "1.2.0"
+version = "1.2.1"
7
mbedtls_version = "2.16.6"
8
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
9
0 commit comments