Skip to content

Commit 5bd9132

Browse files
committed
Add pxd files to sdist
1 parent 4800923 commit 5bd9132

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ChangeLog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
19
[0.9] - 2018-03-13
210

311
API Changes
@@ -9,7 +17,7 @@ Misc.
917

1018
* Clean up imports.
1119
* Fix tests and packaging.
12-
* Change git merge policy to fast-forward.
20+
* Change git merge policy to fast-forward on develop.
1321

1422

1523
[0.8 withdrawn] - 2018-02-24

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include mbedtls *.pxd

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.9"
5+
version = "0.9.0"
66
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version
77

88

0 commit comments

Comments
 (0)