From 33d0607ce285ae501fede9fa961c5e93f7abeab2 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 17 Nov 2023 23:24:35 +0000 Subject: [PATCH] release: 0.5.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/anthropic_bedrock/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d04f223..383dd5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.5.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0ac00..6ba0537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.2 (2023-11-17) + +Full Changelog: [v0.5.1...v0.5.2](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.1...v0.5.2) + +### Chores + +* **internal:** update type hint for helper function ([#65](https://github.com/anthropics/anthropic-bedrock-python/issues/65)) ([19a3b94](https://github.com/anthropics/anthropic-bedrock-python/commit/19a3b9412d66b46c0e004221a1000a2109f861f0)) + ## 0.5.1 (2023-11-16) Full Changelog: [v0.5.0...v0.5.1](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.0...v0.5.1) diff --git a/pyproject.toml b/pyproject.toml index 4d89c74..3394054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthropic-bedrock" -version = "0.5.1" +version = "0.5.2" description = "The official Python library for the anthropic-bedrock API" readme = "README.md" license = "MIT" diff --git a/src/anthropic_bedrock/_version.py b/src/anthropic_bedrock/_version.py index 13cd8d5..f2c59e2 100644 --- a/src/anthropic_bedrock/_version.py +++ b/src/anthropic_bedrock/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "anthropic_bedrock" -__version__ = "0.5.1" # x-release-please-version +__version__ = "0.5.2" # x-release-please-version