Skip to content

Commit 74ec630

Browse files
chore: bump version to 0.7.8 [auto-release]
1 parent a6c3ce1 commit 74ec630

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.changelog/0.7.8.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
release-date = "2026-05-13"
2+
3+
[[entries]]
4+
id = "fb95643d-ce72-4bed-b0e0-a48105d2b832"
5+
type = "chore"
6+
description = "chore(deps): update dependency urllib3 to v2.7.0 [security] (#33)"
7+
author = "@renovate[bot]"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"urllib3>=2.6.3",
1717
]
1818
name = "github-bot-api"
19-
version = "0.7.7"
19+
version = "0.7.8"
2020
description = "API for creating GitHub bots and webhooks in Python."
2121
readme = "README.md"
2222
classifiers = [

src/github_bot_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Niklas Rosenstein <nrosenstein@palantir.com>"
2-
__version__ = "0.7.7"
2+
__version__ = "0.7.8"
33

44
from .app import GithubApp
55
from .event import Event, accept_event

0 commit comments

Comments
 (0)