diff --git a/CHANGES.rst b/CHANGES.rst index 62c53827..74f27cd0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,9 +9,9 @@ wxPython Changelog ================== -4.0.3 "Oopsie" --------------- -* 24-June-2018 +4.0.3 "The show must go on. (Die show-stoppers! Die!)" +------------------------------------------------------ +* 25-June-2018 PyPI: https://pypi.org/project/wxPython/4.0.3 Extras: https://extras.wxPython.org/wxPython4/extras/ @@ -35,7 +35,7 @@ Changes in this release include the following: same mechanism which is used when passing wx.ID_ANY to a widget constructor. The object returned by wx.NewIdRef will automatically convert to an int when passing it to a window constructor, and can also be used as the source in a - Bind(). + Bind(). (#896)