1 parent d95b2e9 commit e3fe170Copy full SHA for e3fe170
3 files changed
.changelog/_unreleased.toml .changelog/0.7.1.toml.changelog/_unreleased.toml renamed to .changelog/0.7.1.toml
@@ -1,3 +1,5 @@
1
+release-date = "2026-02-16"
2
+
3
[[entries]]
4
id = "afe1b9c3-a4d9-4f33-9587-ae430f672646"
5
type = "deprecation"
pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"urllib3<2.6.4,>=2.6.3",
17
]
18
name = "github-bot-api"
19
-version = "0.7.0"
+version = "0.7.1"
20
description = "API for creating GitHub bots and webhooks in Python."
21
readme = "README.md"
22
classifiers = [
src/github_bot_api/__init__.py
@@ -1,5 +1,5 @@
__author__ = "Niklas Rosenstein <nrosenstein@palantir.com>"
-__version__ = "0.7.0"
+__version__ = "0.7.1"
from .app import GithubApp
from .event import Event, accept_event
0 commit comments