From cd656019f86e4d53171eba26c711844dd6feffc8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 20 May 2019 21:25:31 -0700 Subject: [PATCH] Set release date --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 21e7abd7..c4c770ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,13 +10,13 @@ wxPython Changelog 4.0.6 "Applesauce" ------------------ -* (not yet released) +* 20-May-2019 PyPI: https://pypi.org/project/wxPython/4.0.6 Extras: https://extras.wxPython.org/wxPython4/extras/ Pip: ``pip install wxPython==4.0.6`` -Changes in this release include the following: +This release provides the following fix: * Fixed a probably rare, but fatal bug on OSX when calling certain overloaded virtual methods with implementations in Python.