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 4800923 commit 5bd9132Copy full SHA for 5bd9132
ChangeLog
@@ -1,3 +1,11 @@
1
+[0.9.0] - 2018-03-14
2
+
3
+Misc.
4
5
+* Switch to semantic versioning.
6
+* Add pxd files to source distribution.
7
8
9
[0.9] - 2018-03-13
10
11
API Changes
@@ -9,7 +17,7 @@ Misc.
17
18
* Clean up imports.
19
* Fix tests and packaging.
12
-* Change git merge policy to fast-forward.
20
+* Change git merge policy to fast-forward on develop.
13
21
14
22
15
23
[0.8 withdrawn] - 2018-02-24
MANIFEST.in
@@ -0,0 +1 @@
+recursive-include mbedtls *.pxd
setup.py
@@ -2,7 +2,7 @@
import sys
from setuptools import setup, Extension
-version = "0.9"
+version = "0.9.0"
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
0 commit comments