We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4216d commit 0c4e4a7Copy full SHA for 0c4e4a7
CHANGELOG.md
@@ -1,3 +1,27 @@
1
+# 2.4.0 (19 Feb 2023)
2
+
3
+## Feature
4
5
+* Add Ggit
6
7
+## Improvements
8
9
+* Use GObject introspection to generate more accurate stubs ([#98](https://github.com/pygobject/pygobject-stubs/issues/98)) (#98)
10
11
+## Typing
12
13
+* Improve type hints for
14
+ - Adw
15
+ - Atk
16
+ - Gdk3
17
+ - Gdk4
18
+ - GdkPixbuf
19
+ - Geoclue
20
+ - Gio
21
+ - GLib
22
+ - GSound
23
+ - Soup3
24
25
# 2.3.1 (08 Feb 2023)
26
27
## Bug Fixes
pyproject.toml
@@ -5,7 +5,7 @@ backend-path = ["pep517backend"]
[project]
name = "PyGObject-stubs"
-version = "2.3.1"
+version = "2.4.0"
description = "Typing stubs for PyGObject"
readme = "README.md"
requires-python = ">=3.7"
0 commit comments