From 9e508b201b3bd877a96ca089bde77bd077af8f7c Mon Sep 17 00:00:00 2001 From: BoppreH Date: Tue, 8 Aug 2017 10:46:05 -0300 Subject: [PATCH] Update changes for v0.10.3 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6f859f7a..3c27b51d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 0.10.3 + +- [All] Fix PyPI readme (https://github.com/pypa/setuptools/issues/1126). +- [All] Remove bdist from release (PEP 527). + + # 0.10.2 - [All] Removed ctypes type-hints to avoid runtime errors in unusual systems.