Skip to content

Commit

Permalink
release: 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetox committed Feb 8, 2023
1 parent 5941763 commit 4c4644b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 2.3.0 (08 Feb 2023)

## Feature

* Add GtkSource5

## Typing

* Improve type hints for
- Adw
- Gdk3
- GeoClue
- GObject
- Gtk3
- Gtk4
- Manette

## Bug Fixes

* Default to GtkSource5 when installing
* Overwrite existing files when building from source

# 2.2.0 (03 Jan 2023)

## Feature
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.2.0"
version = "2.3.0"
description = "Typing stubs for PyGObject"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 4c4644b

Please sign in to comment.