From ffa3cd793a29a30ccee852f0234344dcc54acdc8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 29 Jun 2018 10:48:59 -0700 Subject: [PATCH] Minor text tweak (cherry picked from commit 6f3308d75b3c9ba183bce18b8ceb0b5a766997b6) --- CHANGES.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index babf82bb..21db58c3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -40,8 +40,8 @@ Other changes in this release: 4.0.4 "" ------------------------------------------------------- -* ??-June-2018 +-------- +* (not yet released) PyPI: https://pypi.org/project/wxPython/4.0.4 Extras: https://extras.wxPython.org/wxPython4/extras/ @@ -53,6 +53,7 @@ Changes in this release include the following: on Python3 + 4.0.3 "The show must go on. (Die show-stoppers! Die!)" ------------------------------------------------------ * 25-June-2018 @@ -81,7 +82,6 @@ Changes in this release include the following: passing it to a window constructor, and can also be used as the source in a Bind(). (#896) - * Fixed issue when sys.prefix is not unicode (Python2) and when its contents are not translatable to utf-8.