Skip to content

Commit 3a34dbc

Browse files
Release 7.4.3 (#1178)
* Update changelog. * Release 7.4.3 * Update CHANGES.txt Co-authored-by: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Co-authored-by: aaronayres35 <36972686+aaronayres35@users.noreply.github.com>
1 parent 86aa652 commit 3a34dbc

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGES.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22
Pyface Changelog
33
================
44

5+
Release 7.4.3
6+
=============
7+
8+
Highlights of this release
9+
--------------------------
10+
11+
This is a bugfix release that collects a number of additional issues discovered
12+
and fixed since the 7.4.2 release. Among the fixes, this pins PySide6 to less than
13+
6.4.0, as 6.4 has breaking changes in it.
14+
15+
Detailed changes
16+
----------------
17+
18+
Thanks to:
19+
20+
* Alex Chabot-Leclerc
21+
* Mark Dickinson
22+
* Eric Larson
23+
* Steven Kern
24+
* Corran Webster
25+
26+
Fixes
27+
28+
* Fix code editor gutter widget on recent Python versions (#1176)
29+
* fix issues with FileDialog and DirectoryDialog close method on Linux (#1175)
30+
* update setup.py metadata (#1173)
31+
* restrict to PySide versions before 6.4.0 (#1169)
32+
* don't do unneccessary evaluations of conditions in EventLoopHelper (#1168)
33+
* fix a deleted object error in PyQt5 (#1161)
34+
* better reporting of toolkit errors (#1157)
35+
36+
Documentation
37+
38+
* fix some Python 2 style print statements in documentation (#1157)
39+
540
Release 7.4.2
641
=============
742

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
MINOR = 4
2525
MICRO = 3
2626
PRERELEASE = ""
27-
IS_RELEASED = False
27+
IS_RELEASED = True
2828

2929
# If this file is part of a Git export (for example created with "git archive",
3030
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the

0 commit comments

Comments
 (0)