Skip to content

Commit

Permalink
🔖 bump version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Apr 1, 2023
1 parent 4734dbf commit 42de20d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GitHubKit"
version = "0.9.8"
version = "0.10.0"
description = "GitHub SDK for Python"
authors = ["yanyongyu <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -84,9 +84,6 @@ output_dir = "githubkit/rest/"
"/components/schemas/timeline-assigned-issue-event/properties/event" = { const = "assigned" }
"/components/schemas/timeline-unassigned-issue-event/properties/event" = { const = "unassigned" }

# webhook fork forkee topic array type
"/components/schemas/webhook-fork/properties/forkee/allOf/0/properties/topics/items" = { type = ["string", "null"] }

# https://github.com/github/rest-api-description/issues/1639
"/components/schemas/issue/properties/body_text" = { type = ["string", "null"] }
"/components/schemas/issue/properties/body_html" = { type = ["string", "null"] }
Expand Down

0 comments on commit 42de20d

Please sign in to comment.