Skip to content

Commit

Permalink
release: 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetox committed Feb 26, 2023
1 parent 2c4216d commit 0c4e4a7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 2.4.0 (19 Feb 2023)

## Feature

* Add Ggit

## Improvements

* Use GObject introspection to generate more accurate stubs ([#98](https://github.com/pygobject/pygobject-stubs/issues/98)) (#98)

## Typing

* Improve type hints for
- Adw
- Atk
- Gdk3
- Gdk4
- GdkPixbuf
- Geoclue
- Gio
- GLib
- GSound
- Soup3

# 2.3.1 (08 Feb 2023)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0c4e4a7

Please sign in to comment.