From 4eefc093eb1a94d3bda831ef67f282e9f2e5e99c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 3 Jan 2019 21:54:59 -0800 Subject: [PATCH] Some tweaks for CHANGES and update ANNOUNCE --- CHANGES.rst | 4 ++-- demo/version.py | 2 +- packaging/ANNOUNCE.txt | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index eef3b76e..f9af50b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,7 +19,7 @@ Pip: ``pip install wxPython==4.0.4`` Changes in this release include the following: -* Fixed an issue where wx.lib.intctrl would erroneously attempt to use ``long`` +* Fixed an issue where wx.lib.intctrl would erroneously attempt to use long on Python3. (#898) * Include the MSVC runtime DLLs for Python 3.7 builds too. @@ -125,7 +125,7 @@ Changes in this release include the following: convert the text to a bytesarray or other buffer protocol compatible object and then create the virtual file from that data. (#969) -* Performance update for `wx.lib.agw.customtreectrl` (#1049) +* Performance update for wx.lib.agw.customtreectrl (#1049) * Ensure that colours set in wx.lib.agw.customtreectrl.TreeItemAttr are instances of wx.Colour. (#1032) diff --git a/demo/version.py b/demo/version.py index 4079b6ae..a17a6296 100644 --- a/demo/version.py +++ b/demo/version.py @@ -1,3 +1,3 @@ # This file was generated by wxPython's wscript. -VERSION_STRING = '4.0.4a1' +VERSION_STRING = '4.0.4rc1' diff --git a/packaging/ANNOUNCE.txt b/packaging/ANNOUNCE.txt index 59d93cdb..d28f44bf 100644 --- a/packaging/ANNOUNCE.txt +++ b/packaging/ANNOUNCE.txt @@ -19,7 +19,7 @@ Pip: ``pip install wxPython==4.0.4`` Changes in this release include the following: * Fixed an issue where wx.lib.intctrl would erroneously attempt to use - ``long`` on Python3. (#898) + long on Python3. (#898) * Include the MSVC runtime DLLs for Python 3.7 builds too. @@ -117,7 +117,8 @@ Changes in this release include the following: * Added the ability to generate stub classes for use when optional wxWidgets features are not part of the build. So far, stubs are - available for wx.Accessible, wx.glcanvas, wx.media and wx.html2. + available for wx.Accessible, wx.FileSystemWatcher, wx.glcanvas, + wx.media and wx.html2. * Moved the wxpy_api.h file into the wx package at wx/include/wxPython so it will be included in the wheel file. (#961) @@ -130,7 +131,7 @@ Changes in this release include the following: other buffer protocol compatible object and then create the virtual file from that data. (#969) -* Performance update for `wx.lib.agw.customtreectrl` (#1049) +* Performance update for wx.lib.agw.customtreectrl (#1049) * Ensure that colours set in wx.lib.agw.customtreectrl.TreeItemAttr are instances of wx.Colour. (#1032)