From 1931f678a1f5093bc3b4dc6b4a383067aebfbffa Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:29:57 +0000 Subject: [PATCH] :bookmark: bump version 0.12.2 --- envs/pydantic-v1/poetry.lock | 2 +- envs/pydantic-v2/poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/pydantic-v1/poetry.lock b/envs/pydantic-v1/poetry.lock index 4b4a8c265..54bb38169 100644 --- a/envs/pydantic-v1/poetry.lock +++ b/envs/pydantic-v1/poetry.lock @@ -295,7 +295,7 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "githubkit" -version = "0.12.1" +version = "0.12.2" description = "GitHub SDK for Python" optional = false python-versions = "^3.9" diff --git a/envs/pydantic-v2/poetry.lock b/envs/pydantic-v2/poetry.lock index c58eeafe8..6d128f911 100644 --- a/envs/pydantic-v2/poetry.lock +++ b/envs/pydantic-v2/poetry.lock @@ -306,7 +306,7 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "githubkit" -version = "0.12.1" +version = "0.12.2" description = "GitHub SDK for Python" optional = false python-versions = "^3.9" diff --git a/pyproject.toml b/pyproject.toml index 767d0538b..6aa5a74a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "GitHubKit" -version = "0.12.1" +version = "0.12.2" description = "GitHub SDK for Python" authors = ["yanyongyu "] license = "MIT"