Skip to content

Commit 9c39b34

Browse files
committed
release: 2.16.0
1 parent 3a3cd5e commit 9c39b34

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

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.15.0',
2+
version: '2.16.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.15.0"
8+
version = "2.16.0"
99
description = "Typing stubs for PyGObject"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)