From 8fb5b3a6be052332f21e2343781bb32ffbfba8dd Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 25 May 2015 01:12:14 -0400 Subject: [PATCH] Python 3.5 works (closes #101) [ci skip] --- CHANGELOG | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2a65157..a886bcb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ v0.4.1 (unreleased): - The process for building Windows binaries has been fixed, and these should be distributed along with new releases. Windows users can now take advantage of C speedups without having a compiler of their own. +- Added support for Python 3.5. - Fixed some bugs in the release scripts. v0.4 (released May 23, 2015): diff --git a/docs/changelog.rst b/docs/changelog.rst index 9d49f60..e94e2f3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,7 @@ Unreleased - The process for building Windows binaries has been fixed, and these should be distributed along with new releases. Windows users can now take advantage of C speedups without having a compiler of their own. +- Added support for Python 3.5. - Fixed some bugs in the release scripts. v0.4