diff --git a/CHANGES.txt b/CHANGES.txt index b49dbfa1d..11cf154c8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,41 @@ Pyface Changelog ================ +Release 7.4.3 +============= + +Highlights of this release +-------------------------- + +This is a bugfix release that collects a number of additional issues discovered +and fixed since the 7.4.2 release. Among the fixes, this pins PySide6 to less than +6.4.0, as 6.4 has breaking changes in it. + +Detailed changes +---------------- + +Thanks to: + +* Alex Chabot-Leclerc +* Mark Dickinson +* Eric Larson +* Steven Kern +* Corran Webster + +Fixes + +* Fix code editor gutter widget on recent Python versions (#1176) +* fix issues with FileDialog and DirectoryDialog close method on Linux (#1175) +* update setup.py metadata (#1173) +* restrict to PySide versions before 6.4.0 (#1169) +* don't do unneccessary evaluations of conditions in EventLoopHelper (#1168) +* fix a deleted object error in PyQt5 (#1161) +* better reporting of toolkit errors (#1157) + +Documentation + +* fix some Python 2 style print statements in documentation (#1157) + Release 7.4.2 ============= diff --git a/setup.py b/setup.py index 5590cdc1e..8eff26082 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ MINOR = 4 MICRO = 3 PRERELEASE = "" -IS_RELEASED = False +IS_RELEASED = True # If this file is part of a Git export (for example created with "git archive", # or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the