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.
2 parents 6255eb5 + bd1ae44 commit f740c92Copy full SHA for f740c92
ChangeLog
@@ -1,3 +1,7 @@
1
+[0.12.1] - 2018-08-27
2
+
3
+Update version in `setup.py`. No change in the code.
4
5
[0.12.0] - 2018-08-27
6
7
* x509: Add accessors to most fields of CRT, CSR, and CRL.
setup.py
@@ -2,7 +2,7 @@
import sys
from setuptools import setup, Extension
-version = "0.11.1"
+version = "0.12.1"
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
8
0 commit comments