Another date and changelog update

This commit is contained in:
Robin Dunn
2019-05-21 09:20:04 -07:00
parent 9e89aa7089
commit 139d7315bd

View File

@@ -10,18 +10,20 @@ wxPython Changelog
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"