Another date and changelog update

(cherry picked from commit 57f61ae0054d4ed4deb893d8ce9b9099dc0077af)
This commit is contained in:
Robin Dunn
2019-05-21 09:20:04 -07:00
parent 7b5f6f082c
commit c154549d08

View File

@@ -43,18 +43,20 @@ Other changes in this release:
4.0.6 "Applesauce"
------------------
* 20-May-2019
* 21-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``
This release provides the following fix:
This release provides the following fixes:
* Fixed a probably rare, but fatal bug on OSX when calling certain overloaded
virtual methods with implementations in Python.
* Reverted the change that loads up install_requires from the contents of
requirements.txt.
4.0.5 "St. Helens Day"