Skip to content

Commit f740c92

Browse files
committed
Merge branch 'develop'
2 parents 6255eb5 + bd1ae44 commit f740c92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[0.12.1] - 2018-08-27
2+
3+
Update version in `setup.py`. No change in the code.
4+
15
[0.12.0] - 2018-08-27
26

37
* x509: Add accessors to most fields of CRT, CSR, and CRL.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
from setuptools import setup, Extension
44

5-
version = "0.11.1"
5+
version = "0.12.1"
66
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
77

88

0 commit comments

Comments
 (0)