From 2aab2755147197acea26ee42e59f4894f3ec542f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 24 Jun 2018 22:08:05 -0700 Subject: [PATCH] Add issue number. Update date and release name. --- CHANGES.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)