File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 2
2
Pyface Changelog
3
3
================
4
4
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
+
5
40
Release 7.4.2
6
41
=============
7
42
Original file line number Diff line number Diff line change 24
24
MINOR = 4
25
25
MICRO = 3
26
26
PRERELEASE = ""
27
- IS_RELEASED = False
27
+ IS_RELEASED = True
28
28
29
29
# If this file is part of a Git export (for example created with "git archive",
30
30
# or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the
You can’t perform that action at this time.
0 commit comments