Skip to content

Commit e3fe170

Browse files
release 0.7.1
1 parent d95b2e9 commit e3fe170

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
release-date = "2026-02-16"
2+
13
[[entries]]
24
id = "afe1b9c3-a4d9-4f33-9587-ae430f672646"
35
type = "deprecation"

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.4,>=2.6.3",
1717
]
1818
name = "github-bot-api"
19-
version = "0.7.0"
19+
version = "0.7.1"
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.0"
2+
__version__ = "0.7.1"
33

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

0 commit comments

Comments
 (0)