Skip to content

Commit

Permalink
Release 7.4.3 (#1178)
Browse files Browse the repository at this point in the history
* Update changelog.

* Release 7.4.3

* Update CHANGES.txt

Co-authored-by: aaronayres35 <[email protected]>

Co-authored-by: aaronayres35 <[email protected]>
  • Loading branch information
corranwebster and aaronayres35 authored Nov 14, 2022
1 parent 86aa652 commit 3a34dbc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a34dbc

Please sign in to comment.