File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ # 2.16.0 (08 Dec 2025)
2+
3+ ## Improvements
4+
5+ * Remove FIXME when override function is typed
6+
7+ ## Typing
8+
9+ * Improve type hints for
10+ - Gst*
11+
12+ ## Bug Fixes
13+
14+ * Gst module cannot reference itself
15+ * Add [ @staticmethod ] ( https://github.com/staticmethod ) for override methods
16+
117# 2.15.0 (01 Dec 2025)
218
319## Feature
Original file line number Diff line number Diff line change 11project (' pygobject-stubs' ,
2- version : ' 2.15 .0' ,
2+ version : ' 2.16 .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.15 .0"
8+ version = " 2.16 .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