File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed
Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 1+ # 2.15.0 (01 Dec 2025)
2+
3+ ## Feature
4+
5+ * Add Gly
6+ * Add GlyGtk4
7+ * Add overridden function docstring
8+
9+ ## Improvements
10+
11+ * Add non-GI base classes
12+ * Allow stub for some special python methods
13+
14+ ## Typing
15+
16+ * Improve type hints for
17+ - Adw
18+ - Gdk4
19+ - GdkPixbuf
20+ - GdkX11
21+ - GLib
22+ - GObject
23+ - Gsk
24+ - GSound
25+ - Gst*
26+ - Gtk4
27+ - Pango
28+ - PangoCairo
29+ - Spelling
30+
31+ ## Change
32+
33+ * Filter out private constants and fields
34+
35+ ## Bug Fixes
36+
37+ * Correctly skip field if a method has the same name
38+ * skip closure/destroy arguments preceding current arg
39+
140# 2.14.0 (17 Sep 2025)
241
342## Feature
Original file line number Diff line number Diff line change 11project (' pygobject-stubs' ,
2- version : ' 2.14 .0' ,
2+ version : ' 2.15 .0' ,
33 license : ' LGPL-2.1-or-later' ,
44 meson_version : ' >=1.0.0' ,
55)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ backend-path = ["pep517backend"]
55
66[project ]
77name = " PyGObject-stubs"
8- version = " 2.14 .0"
8+ version = " 2.15 .0"
99description = " Typing stubs for PyGObject"
1010readme = " README.md"
1111requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments