Skip to content

Commit c0a22a0

Browse files
committed
release: 2.15.0
1 parent 0f9c3c1 commit c0a22a0

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('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
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["pep517backend"]
55

66
[project]
77
name = "PyGObject-stubs"
8-
version = "2.14.0"
8+
version = "2.15.0"
99
description = "Typing stubs for PyGObject"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)