From e469617d1b471108a8de434ffbaa2d1204b8591d Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:23:26 -0500 Subject: [PATCH] release: 0.5.4 --- .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 6bc1697..8d0a116 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.3" + ".": "0.5.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe0fdb..39e36a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.5.4 (2023-11-23) + +Full Changelog: [v0.5.3...v0.5.4](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.3...v0.5.4) + +### Chores + +* **internal:** options updates ([#71](https://github.com/anthropics/anthropic-bedrock-python/issues/71)) ([6db76e8](https://github.com/anthropics/anthropic-bedrock-python/commit/6db76e8a08aec42e5236320e5c9063f4b393289a)) + ## 0.5.3 (2023-11-21) Full Changelog: [v0.5.2...v0.5.3](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.2...v0.5.3) diff --git a/pyproject.toml b/pyproject.toml index fa86589..904da2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthropic-bedrock" -version = "0.5.3" +version = "0.5.4" 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 0efbba3..469e373 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.3" # x-release-please-version +__version__ = "0.5.4" # x-release-please-version