From 7f5dfa71939d9d4dbe2fc172bdfdc0c09e4a8637 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 28 Oct 2019 14:49:33 -0700 Subject: [PATCH] Add changelog item for 4.0.7.post1 (cherry picked from commit 5a587281b3f5bf320af02238535c3b824137b3a2) --- CHANGES.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 6bfd9ebf..eadcc1de 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -81,6 +81,19 @@ New and improved in this release: +4.0.7.post1 "Isn't it time for Python3?" +---------------------------------------- +* 28-Oct-2019 + +PyPI: https://pypi.org/project/wxPython/4.0.7.post1 +Extras: https://extras.wxPython.org/wxPython4/extras/ +Pip: ``pip install wxPython==4.0.7.post1`` + +This post-release just fixes a problem with the numpy dependency constraint for +Python 2.7. (#1415) + + + 4.0.7 "one more, for the road" ------------------------------ * 25-Oct-2019