From 147d2d451f03ebf470eec2e3ce89e9b8fbf1b87e Mon Sep 17 00:00:00 2001 From: YaoMr <46492705+yhf98@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:31:44 +0000 Subject: [PATCH 1/2] feat: Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 026f9b9..59b5211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "The official Python library for the czlai API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Czlai", email = "dev-feedback@czlai.com" }, +{ name = "Czlai", email = "1921934563@qq.com" }, ] dependencies = [ "httpx>=0.23.0, <1", From 4ba68814d755722dc73871618cf416743f349308 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:31:58 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/czlai/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8285b7..4f9005e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.5" + ".": "0.1.0-alpha.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 82563ee..ca0d674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.6 (2024-12-17) + +Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/CZL-AI/czlai-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) + +### Features + +* Update pyproject.toml ([147d2d4](https://github.com/CZL-AI/czlai-python/commit/147d2d451f03ebf470eec2e3ce89e9b8fbf1b87e)) + ## 0.1.0-alpha.5 (2024-11-26) Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/CZL-AI/czlai-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) diff --git a/pyproject.toml b/pyproject.toml index 59b5211..9dda96b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "czlai" -version = "0.1.0-alpha.5" +version = "0.1.0-alpha.6" description = "The official Python library for the czlai API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/czlai/_version.py b/src/czlai/_version.py index bb95a90..9224d6e 100644 --- a/src/czlai/_version.py +++ b/src/czlai/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "czlai" -__version__ = "0.1.0-alpha.5" # x-release-please-version +__version__ = "0.1.0-alpha.6" # x-release-please-version