Skip to content

Commit 3faeea4

Browse files
committed
release: 2.13.0
1 parent 9c330b5 commit 3faeea4

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 2.13.0 (11 Mar 2025)
2+
3+
## Feature
4+
5+
* Add GstBase ([#206](https://github.com/pygobject/pygobject-stubs/issues/206)) (#206)
6+
* Add Shumate ([#197](https://github.com/pygobject/pygobject-stubs/issues/197)) (#197)
7+
* Add stubs for IBus
8+
* Add GdkX11 4.0
9+
10+
## Typing
11+
12+
* Improve type hints for
13+
- Gtk4
14+
- Gio
15+
- GObject
16+
- Gdk4
17+
- GLib
18+
- GtkSource5
19+
20+
## Change
21+
22+
* Require Python >=3.9
23+
124
# 2.12.0 (31 Oct 2024)
225

326
## Feature

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.12.0"
8+
version = "2.13.0"
99
description = "Typing stubs for PyGObject"
1010
readme = "README.md"
1111
requires-python = ">=3.9"

0 commit comments

Comments
 (0)